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-28T05:24:04.690Z||main|||||INFO|500||The following profiles are active: basic 2022-05-28T05:24:12.419Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-28T05:24:12.420Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-28T05:24:12.497Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-28T05:24:15.353Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-28T05:24:15.747Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-28T05:24:16.115Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-28T05:24:16.122Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-28T05:24:16.202Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-28T05:24:16.393Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-28T05:24:16.804Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-28T05:24:18.353Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-28T05:24:19.877Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-28T05:24:19.913Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-28T05:24:20.403Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-28T05:24:20.518Z||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-28T05:24:21.122Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-28T05:24:21.792Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-28T05:24:21.813Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-28T05:24:21.814Z||main|||||WARN|500||The sdc end point is not alive 2022-05-28T05:24:23.654Z||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-28T05:24:25.573Z||main|||||WARN|500||--- 2022-05-28T05:24:25.573Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-28T05:24:25.573Z||main|||||WARN|500||--- 2022-05-28T05:24:25.861Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-28T05:24:29.716Z||main|||||INFO|500||Started Application in 27.285 seconds (JVM running for 28.699) 2022-05-28T05:24:29.731Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-28T05:24:29.733Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-28T05:24:29.743Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-28T05:24:29.762Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-28T05:24:29.802Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc2618ef-57e4-49e9-833a-616edd836a7c url= /sdc/v1/artifactTypes 2022-05-28T05:24:29.802Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-28T05:24:30.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-28T05:24:30.027Z||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-28T05:24:30.051Z||scheduling-1|||||DEBUG|500||create keys 2022-05-28T05:24:30.059Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-28T05:24:30.089Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:24:30.108Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f4d5cb0-20e2-4150-b5b5-bda87a46a898 url= /sdc/v1/registerForDistribution 2022-05-28T05:24:30.269Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3f4d5cb0-20e2-4150-b5b5-bda87a46a898 url= /sdc/v1/registerForDistribution 2022-05-28T05:24:30.269Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-28T05:24:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:24:30.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:24:30.290Z||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-28T05:24:30.290Z||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-28T05:24:30.290Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:24:30.290Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:24:30.291Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-28T05:24:40.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:24:40.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:25:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:25:30.276Z||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-28T05:25:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:25:30.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:25:30.279Z||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-28T05:25:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:25:39.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:25:39.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:26:30.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:26:30.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:26:30.280Z||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-28T05:26:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:26:30.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:26:30.283Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:26:39.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:26:39.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:27:30.275Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:27:30.276Z||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-28T05:27:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:27:30.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:27:30.284Z||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-28T05:27:30.285Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:27:39.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:27:39.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:28:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:28:30.277Z||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-28T05:28:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:28:30.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:28:30.281Z||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-28T05:28:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:28:39.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:28:39.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:29:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:29:30.276Z||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-28T05:29:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:29:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:29:30.279Z||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-28T05:29:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:29:39.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:29:39.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:30:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:30:30.276Z||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-28T05:30:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:30:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:30:30.280Z||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-28T05:30:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:30:39.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:30:39.824Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:31:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:31:30.276Z||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-28T05:31:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:31:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:31:30.279Z||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-28T05:31:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:31:39.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:31:39.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:32:30.276Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:32:30.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:32:30.280Z||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-28T05:32:30.280Z||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-28T05:32:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:32:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:32:39.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:32:39.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:33:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:33:30.276Z||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-28T05:33:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:33:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:33:30.279Z||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-28T05:33:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:33:39.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:33:39.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:34:10.753Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-28T05:34:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:34:30.276Z||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-28T05:34:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:34:30.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:34:30.279Z||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-28T05:34:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:34:39.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:34:39.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:35:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:35:30.276Z||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-28T05:35:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:35:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:35:30.279Z||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-28T05:35:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:35:39.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:35:39.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:36:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:36:30.276Z||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-28T05:36:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:36:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:36:30.279Z||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-28T05:36:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:36:39.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:36:39.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:37:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:37:30.276Z||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-28T05:37:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:37:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:37:30.279Z||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-28T05:37:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:37:39.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:37:39.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:38:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:38:30.276Z||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-28T05:38:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:38:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:38:30.279Z||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-28T05:38:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:38:39.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:38:39.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:39:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:39:30.277Z||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-28T05:39:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:39:30.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:39:30.279Z||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-28T05:39:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:39:39.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:39:39.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:40:30.275Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:40:30.277Z||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-28T05:40:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:40:30.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:40:30.279Z||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-28T05:40:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:40:39.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:40:39.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:41:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:41:30.276Z||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-28T05:41:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:41:30.280Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:41:30.281Z||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-28T05:41:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:41:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:41:39.826Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:42:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:42:30.276Z||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-28T05:42:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:42:30.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:42:30.279Z||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-28T05:42:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:42:39.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:42:39.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:43:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:43:30.276Z||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-28T05:43:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:43:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:43:30.279Z||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-28T05:43:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:43:39.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:43:39.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:44:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:44:30.275Z||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-28T05:44:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:44:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:44:30.279Z||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-28T05:44:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:44:39.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:44:39.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:45:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:45:30.276Z||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-28T05:45:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:45:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:45:30.279Z||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-28T05:45:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:45:39.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:45:39.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:46:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:46:30.276Z||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-28T05:46:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:46:30.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:46:30.283Z||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-28T05:46:30.283Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:46:39.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:46:39.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:47:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:47:30.277Z||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-28T05:47:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:47:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:47:30.279Z||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-28T05:47:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:47:39.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:47:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:48:30.276Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:48:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:48:30.279Z||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-28T05:48:30.279Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:48:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:48:30.279Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:48:39.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:48:39.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:49:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:49:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:49:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:49:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:49:30.279Z||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-28T05:49:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:49:39.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:49:39.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:50:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:50:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:50:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:50:30.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:50:30.280Z||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-28T05:50:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:50:39.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:50:39.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:51:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:51:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:51:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:51:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:51:30.279Z||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-28T05:51:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:51:39.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:51:39.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:52:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:52:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:52:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:52:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:52:30.279Z||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-28T05:52:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:52:39.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:52:39.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:53:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:53:30.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:53:30.275Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:53:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:53:30.279Z||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-28T05:53:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:53:39.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:53:39.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:54:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:54:30.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:54:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:54:30.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:54:30.279Z||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-28T05:54:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:54:39.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:54:39.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:55:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:55:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:55:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:55:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:55:30.279Z||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-28T05:55:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:55:39.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:55:39.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:56:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:56:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:56:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:56:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:56:30.278Z||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-28T05:56:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:56:39.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:56:39.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:57:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:57:30.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:57:30.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:57:30.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:57:30.279Z||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-28T05:57:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:57:39.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:57:39.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:58:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:58:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:58:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:58:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:58:30.279Z||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-28T05:58:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:58:39.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:58:39.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:59:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:59:30.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T05:59:30.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T05:59:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:59:30.279Z||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-28T05:59:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T05:59:39.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:59:39.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:00:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:00:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:00:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:00:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:00:30.279Z||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-28T06:00:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:00:39.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:00:39.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:01:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:01:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:01:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:01:30.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:01:30.279Z||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-28T06:01:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:01:39.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:01:39.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:02:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:02:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:02:30.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:02:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:02:30.279Z||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-28T06:02:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:02:39.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:02:39.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:03:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:03:30.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:03:30.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:03:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:03:30.279Z||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-28T06:03:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:03:39.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:03:39.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:04:30.275Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:04:30.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:04:30.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:04:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:04:30.279Z||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-28T06:04:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:04:39.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:04:39.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:05:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:05:30.277Z||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-28T06:05:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:05:30.280Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:05:30.282Z||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-28T06:05:30.282Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:05:39.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:05:39.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:06:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:06:30.277Z||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-28T06:06:30.277Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:06:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:06:30.279Z||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-28T06:06:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:06:39.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:06:39.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:30.275Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:07:30.276Z||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-28T06:07:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:07:30.279Z||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-28T06:07:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:30.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:30.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718012613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718012844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718015824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718022702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718022865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718023765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "cds", "timestamp": 1653718023886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-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-28T06:07:30.594Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:07:30.612Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718023981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718025205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718026273, "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-28T06:07:30.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:07:30.647Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:30.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T06:07:30.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "ves-openapi-manager", "timestamp": 1653718020315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "multicloud-k8s-id", "timestamp": 1653718027279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718024500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718032554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718033565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "policy-id", "timestamp": 1653718034571, "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-28T06:07:30.664Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:07:30.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:30.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718035924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "aai-ml", "timestamp": 1653718036930, "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-28T06:07:30.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:07:30.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:30.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718032979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718041053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718034373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718044176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718045181, "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-28T06:07:30.694Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:07:30.694Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:30.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:30.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:07:30.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"82c5093b-4b42-4c44-ade5-9f64d84abbab","serviceName":"basic_onboard_XyGBrK","serviceVersion":"1.0","serviceUUID":"25538af5-a682-44af-a795-c40721424750","serviceDescription":"service","serviceInvariantUUID":"b0e72a24-dcc6-40cc-b613-9c221dd01bce","resources":[{"resourceInstanceName":"basic_onboard_XyGBrK 0","resourceName":"basic_onboard_XyGBrK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b99fd6de-b520-48d5-a178-4f26120fa7dc","resourceInvariantUUID":"95cc64cf-7cba-4aca-90aa-4d72ce8198f5","resourceCustomizationUUID":"86b801ed-3045-4ed0-8c52-c129609662fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZGY3NDQwNTcxZTJmYmNjYmI3M2MzNDU4MjhmY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01b8546c-d8d6-4fe8-bd2d-c9d12a6fffbe","artifactVersion":"1"},{"artifactName":"basic_onboard_xygbrk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json","artifactChecksum":"ODRmYzI4NzRjNmUzMWE0MzFjNTAwMjI5MWNkOTZjMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a29b511e-2dbe-4a5e-9a99-b2ebf38f53ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"246b0cee-ebc2-4d0c-958e-65b156d70915","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f18caa3-73e7-49e0-8e92-a7ffe326089e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efb05b27-03b5-48d4-9335-caa875ef38f7","artifactVersion":"2","generatedFromUUID":"246b0cee-ebc2-4d0c-958e-65b156d70915"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXygbrk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml","artifactChecksum":"MWI2NDQ2MjZjM2Y4NmM1OTAwYjM0OWY1MTEzMjA4Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c8313bf-eb6f-484b-98ee-3c4a990538cf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXygbrk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar","artifactChecksum":"MjA0ODU5OWE1OGI2ZmM1YjQxMGIzZWE5YWJiNzkwOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4d5293-4cd7-436d-81af-b728a5e683f9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:07:30.915Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:30.920Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:30.930Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:30.931Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:31.030Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-05-28T06:07:31.034Z||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-28T06:07:31.034Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:31.045Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:31.046Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:31.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:31.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:31.940Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:31.940Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:07:32.040Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:32.041Z||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-28T06:07:32.041Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:32.051Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:32.052Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:32.941Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:32.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:32.944Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:32.944Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T06:07:33.044Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:33.046Z||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-28T06:07:33.046Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:33.058Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:33.058Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:33.945Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:33.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:33.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:33.948Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:34.048Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:34.049Z||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-28T06:07:34.049Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:34.061Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:34.062Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:34.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:34.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:34.951Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:34.951Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T06:07:35.052Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:07:35.053Z||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-28T06:07:35.053Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:35.066Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:35.068Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:07:35.952Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:35.953Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:35.957Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:35.957Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:07:36.058Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:07:36.059Z||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-28T06:07:36.059Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:36.072Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:36.072Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:07:36.958Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:07:36.959Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:36.961Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:36.961Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:07:37.061Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:37.062Z||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-28T06:07:37.062Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:37.074Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:37.075Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:37.963Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "serviceName": "basic_onboard_XyGBrK", "serviceVersion": "1.0", "serviceUUID": "25538af5-a682-44af-a795-c40721424750", "serviceDescription": "service", "serviceInvariantUUID": "b0e72a24-dcc6-40cc-b613-9c221dd01bce", "resources": [ { "resourceInstanceName": "basic_onboard_XyGBrK 0", "resourceCustomizationUUID": "86b801ed-3045-4ed0-8c52-c129609662fd", "resourceName": "basic_onboard_XyGBrK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b99fd6de-b520-48d5-a178-4f26120fa7dc", "resourceInvariantUUID": "95cc64cf-7cba-4aca-90aa-4d72ce8198f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xygbrk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "artifactChecksum": "ODRmYzI4NzRjNmUzMWE0MzFjNTAwMjI5MWNkOTZjMjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a29b511e-2dbe-4a5e-9a99-b2ebf38f53ba", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "246b0cee-ebc2-4d0c-958e-65b156d70915", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "efb05b27-03b5-48d4-9335-caa875ef38f7", "generatedFromUUID": "246b0cee-ebc2-4d0c-958e-65b156d70915" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "efb05b27-03b5-48d4-9335-caa875ef38f7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXygbrk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "artifactChecksum": "MjA0ODU5OWE1OGI2ZmM1YjQxMGIzZWE5YWJiNzkwOTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec4d5293-4cd7-436d-81af-b728a5e683f9" } ], "workloadContext": "Production" } 2022-05-28T06:07:37.964Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:07:37.964Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25538af5-a682-44af-a795-c40721424750 ASDC 2022-05-28T06:07:38.051Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:82c5093b-4b42-4c44-ade5-9f64d84abbab ServiceName:basic_onboard_XyGBrK ServiceVersion:1.0 ServiceUUID:25538af5-a682-44af-a795-c40721424750 ServiceInvariantUUID:b0e72a24-dcc6-40cc-b613-9c221dd01bce ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXygbrk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar ArtifactUUID:ec4d5293-4cd7-436d-81af-b728a5e683f9 ArtifactChecksum:MjA0ODU5OWE1OGI2ZmM1YjQxMGIzZWE5YWJiNzkwOTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XyGBrK 0 ResourceCustomizationUUID:86b801ed-3045-4ed0-8c52-c129609662fd ResourceInvariantUUID:95cc64cf-7cba-4aca-90aa-4d72ce8198f5 ResourceName:basic_onboard_XyGBrK ResourceType:VF ResourceUUID:b99fd6de-b520-48d5-a178-4f26120fa7dc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xygbrk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json ArtifactUUID:a29b511e-2dbe-4a5e-9a99-b2ebf38f53ba ArtifactChecksum:ODRmYzI4NzRjNmUzMWE0MzFjNTAwMjI5MWNkOTZjMjM= 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/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml ArtifactUUID:246b0cee-ebc2-4d0c-958e-65b156d70915 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/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env ArtifactUUID:efb05b27-03b5-48d4-9335-caa875ef38f7 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/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env ArtifactUUID:efb05b27-03b5-48d4-9335-caa875ef38f7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:07:38.053Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25538af5-a682-44af-a795-c40721424750 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-28T06:07:38.119Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:07:38.121Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:07:38.122Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:07:38.123Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec4d5293-4cd7-436d-81af-b728a5e683f9 from URL: /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:38.123Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:07:38.125Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:38.310Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:07:38.320Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar ec4d5293-4cd7-436d-81af-b728a5e683f9 71584 2022-05-28T06:07:38.322Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar ASDC sendASDCNotification 2022-05-28T06:07:38.322Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:38.323Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:07:38.324Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:38.325Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:38.325Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718058321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:38.426Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:38.427Z||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-28T06:07:38.427Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:38.439Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:38.440Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:07:39.326Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:07:39.330Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:07:39.330Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ec4d5293-4cd7-436d-81af-b728a5e683f9, URL: /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar to file: /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:39.331Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:39.397Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:39.397Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:39.744Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2583844933680067703/Definitions/service-BasicOnboardXygbrk-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-28T06:07:41.122Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XyGBrK 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-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.126Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:41.127Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:07:41.132Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.133Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.136Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:41.136Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:07:41.137Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:07:41.138Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.138Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.138Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:41.138Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:07:41.138Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:07:41.139Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.139Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.141Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.141Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is not matching search criteria 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.142Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:07:41.143Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.143Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:41.143Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:41.143Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is not matching search criteria 2022-05-28T06:07:41.144Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1a70e5d-0294-429d-920d-ebfdc9898cea 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:41.145Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:41.146Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_XyGBrK Description:service Model UUID:25538af5-a682-44af-a795-c40721424750 Model Version:NULL Model InvariantUuid:b0e72a24-dcc6-40cc-b613-9c221dd01bce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_XyGBrK Model UUID:12209991-6dc9-400d-9ba9-d4b6ce073d8d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95cc64cf-7cba-4aca-90aa-4d72ce8198f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86b801ed-3045-4ed0-8c52-c129609662fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8fc8cc34-1e78-4b1d-90b9-3abdc4c71e8a ModelName:BasicOnboardXygbrk..base_ubuntu18..module-0 ModelUuid:db913a92-8ee3-4c55-8995-c776223b07d0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c1a70e5d-0294-429d-920d-ebfdc9898cea ModelInvariantUuid:eb5e1b05-9229-436d-8999-216f0bdc7447 ModelName:basic_onboard_XyGBrK-nodes.ubuntu18Cvfc ModelUuid:8ecf40b7-d785-4937-91ae-c2e5d1e30548 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f7e5c506-af4a-4b2c-8bb8-cd1457a39ed4 ModelInvariantUuid:f46e33d0-ed2a-4e35-84af-bfcadedc87aa ModelName:BasicOnboardXygbrk.compute.nodes.heat.ubuntu18 ModelUuid:dc2ed377-a815-4a3a-96d3-df5cbdc9db1b 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-28T06:07:41.156Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b99fd6de-b520-48d5-a178-4f26120fa7dc 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-28T06:07:41.257Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||basic_onboard_XyGBrK 0 2022-05-28T06:07:41.263Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b99fd6de-b520-48d5-a178-4f26120fa7dc 2022-05-28T06:07:41.263Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a29b511e-2dbe-4a5e-9a99-b2ebf38f53ba from URL: /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json 2022-05-28T06:07:41.263Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:07:41.264Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json 2022-05-28T06:07:41.480Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:07:41.481Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json a29b511e-2dbe-4a5e-9a99-b2ebf38f53ba 798 2022-05-28T06:07:41.482Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json ASDC sendASDCNotification 2022-05-28T06:07:41.482Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json 2022-05-28T06:07:41.482Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:07:41.483Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:41.486Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:41.486Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718061482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:41.586Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:41.587Z||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-28T06:07:41.587Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:41.599Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:41.599Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:42.488Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXygbrk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8fc8cc34-1e78-4b1d-90b9-3abdc4c71e8a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db913a92-8ee3-4c55-8995-c776223b07d0", "vfModuleModelCustomizationUUID": "d88fd2ab-0df4-45b1-8d2b-afb8cfca8774", "isBase": true, "artifacts": [ "246b0cee-ebc2-4d0c-958e-65b156d70915", "efb05b27-03b5-48d4-9335-caa875ef38f7" ], "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-28T06:07:42.505Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXygbrk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db913a92-8ee3-4c55-8995-c776223b07d0 VfModuleModelInvariantUUID:8fc8cc34-1e78-4b1d-90b9-3abdc4c71e8a VfModuleModelDescription:NULL Artifacts UUID List:{ 246b0cee-ebc2-4d0c-958e-65b156d70915 , efb05b27-03b5-48d4-9335-caa875ef38f7 } 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-28T06:07:42.507Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXygbrk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8fc8cc34-1e78-4b1d-90b9-3abdc4c71e8a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db913a92-8ee3-4c55-8995-c776223b07d0", "vfModuleModelCustomizationUUID": "d88fd2ab-0df4-45b1-8d2b-afb8cfca8774", "isBase": true, "artifacts": [ "246b0cee-ebc2-4d0c-958e-65b156d70915", "efb05b27-03b5-48d4-9335-caa875ef38f7" ], "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-28T06:07:42.508Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXygbrk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db913a92-8ee3-4c55-8995-c776223b07d0 VfModuleModelInvariantUUID:8fc8cc34-1e78-4b1d-90b9-3abdc4c71e8a VfModuleModelDescription:NULL Artifacts UUID List:{ 246b0cee-ebc2-4d0c-958e-65b156d70915 , efb05b27-03b5-48d4-9335-caa875ef38f7 } 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-28T06:07:42.508Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 246b0cee-ebc2-4d0c-958e-65b156d70915 from URL: /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml 2022-05-28T06:07:42.508Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:07:42.508Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml 2022-05-28T06:07:42.560Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:07:42.561Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml 246b0cee-ebc2-4d0c-958e-65b156d70915 5033 2022-05-28T06:07:42.561Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T06:07:42.561Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml 2022-05-28T06:07:42.561Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:07:42.561Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:42.563Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:42.563Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718062561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:42.663Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:42.664Z||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-28T06:07:42.664Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:42.673Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:42.674Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:43.563Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: efb05b27-03b5-48d4-9335-caa875ef38f7 from URL: /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env 2022-05-28T06:07:43.564Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:07:43.564Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env 2022-05-28T06:07:43.612Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:07:43.612Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env efb05b27-03b5-48d4-9335-caa875ef38f7 909 2022-05-28T06:07:43.613Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T06:07:43.613Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env 2022-05-28T06:07:43.613Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:07:43.613Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:43.616Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:43.617Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718063612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:07:43.717Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:43.719Z||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-28T06:07:43.719Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:43.732Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:43.733Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:44.617Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 25538af5-a682-44af-a795-c40721424750 2022-05-28T06:07:44.618Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XyGBrK 0 b99fd6de-b520-48d5-a178-4f26120fa7dc ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:07:44.651Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@541eecbe, org.onap.sdc.toscaparser.api.parameters.Input@2ebfb5fa, org.onap.sdc.toscaparser.api.parameters.Input@7a324efa, org.onap.sdc.toscaparser.api.parameters.Input@f134d34, org.onap.sdc.toscaparser.api.parameters.Input@2c4b3b74] 2022-05-28T06:07:44.655Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.656Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.657Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:07:44.657Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 86b801ed-3045-4ed0-8c52-c129609662fd 2022-05-28T06:07:44.657Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86b801ed-3045-4ed0-8c52-c129609662fd matches Tosca VF Customization UUID: 86b801ed-3045-4ed0-8c52-c129609662fd 2022-05-28T06:07:44.657Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 86b801ed-3045-4ed0-8c52-c129609662fd 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-28T06:07:44.664Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.665Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.666Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 86b801ed-3045-4ed0-8c52-c129609662fd: {\"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-28T06:07:44.666Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3900971b 2022-05-28T06:07:44.667Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.667Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:07:44.667Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d88fd2ab-0df4-45b1-8d2b-afb8cfca8774 2022-05-28T06:07:44.668Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d88fd2ab-0df4-45b1-8d2b-afb8cfca8774 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-28T06:07:44.675Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.676Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:44.676Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:44.676Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is not matching search criteria 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T06:07:44.677Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1a70e5d-0294-429d-920d-ebfdc9898cea 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-28T06:07:44.687Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.687Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:44.688Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:07:44.688Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.688Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XyGBrK 0 is matching search criteria 2022-05-28T06:07:44.688Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XyGBrK 0] matching following query criteria: sdcType=VF, customizationUUID=86b801ed-3045-4ed0-8c52-c129609662fd 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-28T06:07:44.690Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.691Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.691Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 25538af5-a682-44af-a795-c40721424750: basic_onboard_XyGBrK 2022-05-28T06:07:44.691Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.691Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XyGBrK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:07:44.692Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_XyGBrK 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-28T06:07:44.879Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XyGBrK b99fd6de-b520-48d5-a178-4f26120fa7dc 1 ASDC deployResourceStructure 2022-05-28T06:07:44.879Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json ASDC sendASDCNotification 2022-05-28T06:07:44.880Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json 2022-05-28T06:07:44.880Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:07:44.880Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:44.882Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:44.882Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718064879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:07:44.982Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:44.984Z||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-28T06:07:44.985Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:45.005Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:45.006Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:45.882Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T06:07:45.883Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml 2022-05-28T06:07:45.883Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:07:45.883Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:45.885Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:45.885Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718065882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:07:45.985Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:45.987Z||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-28T06:07:45.987Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:46.000Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:46.001Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:46.886Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T06:07:46.886Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env 2022-05-28T06:07:46.886Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:07:46.887Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:46.888Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:46.888Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718066886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T06:07:46.989Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:07:46.990Z||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-28T06:07:46.990Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:47.004Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:47.005Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:07:47.889Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar ASDC sendASDCNotification 2022-05-28T06:07:47.890Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar 2022-05-28T06:07:47.890Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:07:47.890Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:07:47.892Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:07:47.892Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718067889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:07:47.993Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:07:47.994Z||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-28T06:07:47.994Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:07:48.006Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:07:48.007Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:07:48.893Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82c5093b-4b42-4c44-ade5-9f64d84abbab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:07:48.913Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:07:48.917Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:07:48.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:07:48.924Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:08:18.924Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:08:18.935Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82c5093b-4b42-4c44-ade5-9f64d84abbab and serviceModelVersionId: 25538af5-a682-44af-a795-c40721424750 2022-05-28T06:08:18.935Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0e72a24-dcc6-40cc-b613-9c221dd01bce 2022-05-28T06:08:27.607Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0 2022-05-28T06:08:27.702Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:08:28.081Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0|INFO|500||Invoke 2022-05-28T06:08:28.089Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82c5093b-4b42-4c44-ade5-9f64d84abbab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0cb9ef9-906a-42f8-87df-53e0b6e26268], X-ECOMP-RequestID=[82c5093b-4b42-4c44-ade5-9f64d84abbab], X-TransactionId=[], X-ONAP-RequestID=[82c5093b-4b42-4c44-ade5-9f64d84abbab], Content-Type=[application/merge-patch+json]} 2022-05-28T06:08:28.177Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:08:28.798Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?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/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-06:08:28:955-18391], vertex-id=[200944], Content-Length=[0], Date=[Sat, 28 May 2022 06:08:28 GMT], Content-Type=[application/json]} 2022-05-28T06:08:28.799Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:08:28.800Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e72a24-dcc6-40cc-b613-9c221dd01bce/model-vers/model-ver/25538af5-a682-44af-a795-c40721424750?depth=0|INFO|500||InvokeReturn 2022-05-28T06:08:28.803Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:08:28.803Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:08:28.809Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:08:28.809Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82c5093b-4b42-4c44-ade5-9f64d84abbab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:08:28.810Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:08:28.811Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:08:28.812Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:08:28.812Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718108809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:08:28.913Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:08:28.914Z||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-28T06:08:28.914Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:08:28.928Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:08:28.929Z||pool-18-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-28T06:08:30.275Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:08:30.275Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|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-28T06:08:30.276Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:08:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:08:30.279Z||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-28T06:08:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:08:30.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:08:30.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:08:30.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718050377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:08:30.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:08:39.816Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:30.275Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:09:30.276Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|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-28T06:09:30.276Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:09:30.279Z||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-28T06:09:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:30.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:30.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:30.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718052411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "clamp", "timestamp": 1653718053419, "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-28T06:09:30.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82c5093b-4b42-4c44-ade5-9f64d84abbab 2022-05-28T06:09:30.318Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82c5093b-4b42-4c44-ade5-9f64d84abbab 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-28T06:09:30.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:30.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718050275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718058321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718061482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718062561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718063612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718064879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/basic_onboard_xygbrk0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718065882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718066886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/resourceInstances/basic_onboard_xygbrk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718067889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXygbrk/1.0/artifacts/service-BasicOnboardXygbrk-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "82c5093b-4b42-4c44-ade5-9f64d84abbab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718108809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:09:30.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:09:30.909Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:30.910Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:09:30.910Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"670168e4-ba67-4ebc-b6d4-b8172e9b7f1d","serviceName":"vFW 2022-05-28 06-06-51","serviceVersion":"1.0","serviceUUID":"d7feab22-7b7c-4d6c-b012-2c5d34a3b378","serviceDescription":"catalog service description","serviceInvariantUUID":"a28555bc-4ca5-4999-b599-de8872b31884","resources":[{"resourceInstanceName":"vFW fcab6c6f-b402 0","resourceName":"vFW fcab6c6f-b402","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd4830ca-a051-4730-9261-8c3093e7356e","resourceInvariantUUID":"95317948-9ecb-4dc0-bb6f-5f0663c8c8c7","resourceCustomizationUUID":"0fc09918-9053-4e34-9c8d-0da069c559ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml","artifactChecksum":"NDM2NzRhZmVmZTIyYzIwYWNjNjA2MDdkZWM3MzgzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ff07f32-57d2-459d-9ff9-35ccb5727f88","artifactVersion":"1"},{"artifactName":"vfwfcab6c6fb4020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json","artifactChecksum":"OGExZTRkN2VmNTUxOGI0YjZjODExNDJhZDJiMjM3NjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"baf68b4a-8589-45e8-8695-47cf2121419d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a63bf837-efb5-4cc5-bdb1-801e5a514b9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml","artifactChecksum":"NTI4MmRmN2RmOTljZTdiYzg0OGU5MDAwNjk4MGY3MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fa197ed-4cb9-47af-a278-05323561f850","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1","artifactVersion":"2","generatedFromUUID":"a63bf837-efb5-4cc5-bdb1-801e5a514b9b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220528060651-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml","artifactChecksum":"MGVmNjEzMTJiZjY1YzZmMTJmZWZhODAzMTNlNGExOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f99a3ad-f9d6-43ee-9b38-097848e796b4","artifactVersion":"1"},{"artifactName":"service-Vfw20220528060651-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar","artifactChecksum":"MWUyMTA0MDJlNDc1NWM2NDNkNGFiNDA3ZTE4YzNlZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d951415b-5d49-42c0-ad35-927c40967c71","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:09:30.912Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:30.912Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:30.914Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:30.914Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:31.014Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:31.015Z||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-28T06:09:31.016Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:31.028Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:31.029Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:31.915Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:31.916Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:31.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:31.918Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOTIFIED" } 2022-05-28T06:09:32.018Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:32.019Z||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-28T06:09:32.019Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:32.034Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:32.034Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:32.919Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:32.920Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:32.923Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:32.924Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:09:33.024Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:09:33.025Z||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-28T06:09:33.025Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:33.038Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:33.039Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:09:33.924Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:33.926Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:33.928Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:33.929Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:34.030Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:34.031Z||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-28T06:09:34.031Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:34.043Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:34.044Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:34.930Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:34.931Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:34.932Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:34.932Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:09:35.033Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:09:35.034Z||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-28T06:09:35.034Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:35.072Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:35.073Z||pool-23-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:35.933Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:35.934Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:35.936Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:35.936Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:09:36.037Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:09:36.038Z||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-28T06:09:36.038Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:36.052Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:36.052Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:36.937Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:09:36.939Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:36.940Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:36.940Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:09:37.041Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:37.041Z||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-28T06:09:37.042Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:37.065Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:37.066Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:37.943Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "serviceName": "vFW 2022-05-28 06-06-51", "serviceVersion": "1.0", "serviceUUID": "d7feab22-7b7c-4d6c-b012-2c5d34a3b378", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a28555bc-4ca5-4999-b599-de8872b31884", "resources": [ { "resourceInstanceName": "vFW fcab6c6f-b402 0", "resourceCustomizationUUID": "0fc09918-9053-4e34-9c8d-0da069c559ef", "resourceName": "vFW fcab6c6f-b402", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fd4830ca-a051-4730-9261-8c3093e7356e", "resourceInvariantUUID": "95317948-9ecb-4dc0-bb6f-5f0663c8c8c7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfcab6c6fb4020_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "artifactChecksum": "OGExZTRkN2VmNTUxOGI0YjZjODExNDJhZDJiMjM3NjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "baf68b4a-8589-45e8-8695-47cf2121419d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a63bf837-efb5-4cc5-bdb1-801e5a514b9b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1", "generatedFromUUID": "a63bf837-efb5-4cc5-bdb1-801e5a514b9b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220528060651-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "artifactChecksum": "MWUyMTA0MDJlNDc1NWM2NDNkNGFiNDA3ZTE4YzNlZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d951415b-5d49-42c0-ad35-927c40967c71" } ], "workloadContext": "Production" } 2022-05-28T06:09:37.943Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:09:37.943Z|82c5093b-4b42-4c44-ade5-9f64d84abbab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7feab22-7b7c-4d6c-b012-2c5d34a3b378 ASDC 2022-05-28T06:09:37.944Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:670168e4-ba67-4ebc-b6d4-b8172e9b7f1d ServiceName:vFW 2022-05-28 06-06-51 ServiceVersion:1.0 ServiceUUID:d7feab22-7b7c-4d6c-b012-2c5d34a3b378 ServiceInvariantUUID:a28555bc-4ca5-4999-b599-de8872b31884 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220528060651-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar ArtifactUUID:d951415b-5d49-42c0-ad35-927c40967c71 ArtifactChecksum:MWUyMTA0MDJlNDc1NWM2NDNkNGFiNDA3ZTE4YzNlZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fcab6c6f-b402 0 ResourceCustomizationUUID:0fc09918-9053-4e34-9c8d-0da069c559ef ResourceInvariantUUID:95317948-9ecb-4dc0-bb6f-5f0663c8c8c7 ResourceName:vFW fcab6c6f-b402 ResourceType:VF ResourceUUID:fd4830ca-a051-4730-9261-8c3093e7356e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfcab6c6fb4020_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json ArtifactUUID:baf68b4a-8589-45e8-8695-47cf2121419d ArtifactChecksum:OGExZTRkN2VmNTUxOGI0YjZjODExNDJhZDJiMjM3NjI= 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/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml ArtifactUUID:a63bf837-efb5-4cc5-bdb1-801e5a514b9b 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/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env ArtifactUUID:5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 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/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env ArtifactUUID:5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:09:37.944Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7feab22-7b7c-4d6c-b012-2c5d34a3b378 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:09:37.974Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:09:37.975Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:09:37.975Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:09:37.975Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d951415b-5d49-42c0-ad35-927c40967c71 from URL: /sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:37.975Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:09:37.975Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:38.184Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:09:38.190Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar d951415b-5d49-42c0-ad35-927c40967c71 99012 2022-05-28T06:09:38.191Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar ASDC sendASDCNotification 2022-05-28T06:09:38.191Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:38.191Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:09:38.191Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:38.193Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:38.193Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718178191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:38.293Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:38.295Z||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-28T06:09:38.295Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:38.309Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:38.310Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:09:39.194Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:09:39.195Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:09:39.195Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d951415b-5d49-42c0-ad35-927c40967c71, URL: /sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar to file: /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:39.195Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220528060651-csar.csar 2022-05-28T06:09:39.195Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:39.195Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:39.318Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15558637583768752626/Definitions/service-Vfw20220528060651-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-28T06:09:41.000Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:09:41.000Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:09:41.000Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||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-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||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-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||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-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fcab6c6f-b402 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-Vfw20220528060651-csar.csar 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.001Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.002Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:41.003Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bd6b748-c859-4ca1-986c-cb733cf02a2b 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.004Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=700af65b-6f95-4c22-8adb-3c322734c944 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29d03f1a-55a5-44ff-bb2e-8eec6cd814be 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:41.005Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:41.006Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-28 06-06-51 Description:catalog service description Model UUID:d7feab22-7b7c-4d6c-b012-2c5d34a3b378 Model Version:NULL Model InvariantUuid:a28555bc-4ca5-4999-b599-de8872b31884 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fcab6c6f-b402 Model UUID:6970b6b6-9cd0-4ae6-989a-74b732b01763 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:95317948-9ecb-4dc0-bb6f-5f0663c8c8c7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0fc09918-9053-4e34-9c8d-0da069c559ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c65eb509-742d-4c12-8c11-6188877f33fa ModelName:VfwFcab6c6fB402..base_vfw..module-0 ModelUuid:7b878823-fb91-4113-ac8a-b2954b6076fd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0bd6b748-c859-4ca1-986c-cb733cf02a2b ModelInvariantUuid:8a06cc4b-804a-40e2-8faa-8ac6e6f17245 ModelName:vFW fcab6c6f-b402-nodes.vfwCvfc ModelUuid:2cef4fe4-8040-43b4-a850-57c619ed4ac5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:96e97af6-e4d2-438c-a9f8-60016ee64fc8 ModelInvariantUuid:8c4e3e2e-8eab-48ab-80a6-a90f12f205e1 ModelName:VfwFcab6c6fB402.compute.nodes.heat.vfw ModelUuid:647cf636-2731-4ddc-8a95-adf25663da86 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:700af65b-6f95-4c22-8adb-3c322734c944 ModelInvariantUuid:81405bdf-22b4-43fa-983f-3342e1a17891 ModelName:vFW fcab6c6f-b402-nodes.vsnCvfc ModelUuid:cefc1a94-0604-49e9-a67b-fd232fd0c881 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c926c4bd-33ee-4f5e-8485-03e3fa871cba ModelInvariantUuid:7d22148a-97ef-4327-a17c-550154f0c5b9 ModelName:VfwFcab6c6fB402.compute.nodes.heat.vsn ModelUuid:b170bb00-2e96-46a5-a21f-c8255bfcf5d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:29d03f1a-55a5-44ff-bb2e-8eec6cd814be ModelInvariantUuid:d8668dfb-5ce9-40c5-8bdf-c544a672d262 ModelName:vFW fcab6c6f-b402-nodes.vpgCvfc ModelUuid:e6425c3d-1eb5-4a0b-8c59-cb4468cabf9c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:070a9646-d84c-4388-a9fa-178f95a96f09 ModelInvariantUuid:40ac1544-3b83-49f0-90e1-eb5137b238f5 ModelName:VfwFcab6c6fB402.compute.nodes.heat.vpg ModelUuid:b285d202-23e3-44d9-a61c-b4d7206e27a2 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-28T06:09:41.011Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fd4830ca-a051-4730-9261-8c3093e7356e 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-28T06:09:41.014Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||vFW fcab6c6f-b402 0 2022-05-28T06:09:41.014Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd4830ca-a051-4730-9261-8c3093e7356e 2022-05-28T06:09:41.014Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: baf68b4a-8589-45e8-8695-47cf2121419d from URL: /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json 2022-05-28T06:09:41.014Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:09:41.014Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json 2022-05-28T06:09:41.124Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:09:41.125Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json baf68b4a-8589-45e8-8695-47cf2121419d 785 2022-05-28T06:09:41.125Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json ASDC sendASDCNotification 2022-05-28T06:09:41.125Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json 2022-05-28T06:09:41.125Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:09:41.125Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:41.127Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:41.127Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718181125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:41.227Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:41.229Z||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-28T06:09:41.229Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:41.242Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:41.242Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:42.128Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFcab6c6fB402..base_vfw..module-0", "vfModuleModelInvariantUUID": "c65eb509-742d-4c12-8c11-6188877f33fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b878823-fb91-4113-ac8a-b2954b6076fd", "vfModuleModelCustomizationUUID": "407aab27-3ceb-4c77-bae7-8d343c09cf95", "isBase": true, "artifacts": [ "a63bf837-efb5-4cc5-bdb1-801e5a514b9b", "5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1" ], "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-28T06:09:42.131Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFcab6c6fB402..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b878823-fb91-4113-ac8a-b2954b6076fd VfModuleModelInvariantUUID:c65eb509-742d-4c12-8c11-6188877f33fa VfModuleModelDescription:NULL Artifacts UUID List:{ a63bf837-efb5-4cc5-bdb1-801e5a514b9b , 5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 } 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-28T06:09:42.133Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFcab6c6fB402..base_vfw..module-0", "vfModuleModelInvariantUUID": "c65eb509-742d-4c12-8c11-6188877f33fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b878823-fb91-4113-ac8a-b2954b6076fd", "vfModuleModelCustomizationUUID": "407aab27-3ceb-4c77-bae7-8d343c09cf95", "isBase": true, "artifacts": [ "a63bf837-efb5-4cc5-bdb1-801e5a514b9b", "5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1" ], "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-28T06:09:42.133Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFcab6c6fB402..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b878823-fb91-4113-ac8a-b2954b6076fd VfModuleModelInvariantUUID:c65eb509-742d-4c12-8c11-6188877f33fa VfModuleModelDescription:NULL Artifacts UUID List:{ a63bf837-efb5-4cc5-bdb1-801e5a514b9b , 5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 } 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-28T06:09:42.133Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a63bf837-efb5-4cc5-bdb1-801e5a514b9b from URL: /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml 2022-05-28T06:09:42.133Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:09:42.133Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml 2022-05-28T06:09:42.187Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:09:42.188Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml a63bf837-efb5-4cc5-bdb1-801e5a514b9b 20368 2022-05-28T06:09:42.188Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T06:09:42.188Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml 2022-05-28T06:09:42.188Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:09:42.189Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:42.190Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:42.190Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718182188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:42.291Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:42.292Z||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-28T06:09:42.292Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:42.305Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:42.306Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:43.192Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 from URL: /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env 2022-05-28T06:09:43.192Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:09:43.192Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env 2022-05-28T06:09:43.295Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:09:43.296Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env 5fc8f618-fce4-4f26-b7f5-3bbe23cb61a1 2098 2022-05-28T06:09:43.296Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T06:09:43.296Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env 2022-05-28T06:09:43.296Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:09:43.297Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:43.299Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:43.299Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718183296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:09:43.399Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:43.400Z||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-28T06:09:43.400Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:43.411Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:43.411Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:09:44.300Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d7feab22-7b7c-4d6c-b012-2c5d34a3b378 2022-05-28T06:09:44.300Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fcab6c6f-b402 0 fd4830ca-a051-4730-9261-8c3093e7356e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:09:44.321Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@526d5cba, org.onap.sdc.toscaparser.api.parameters.Input@1bbb3d47, org.onap.sdc.toscaparser.api.parameters.Input@207a2d93, org.onap.sdc.toscaparser.api.parameters.Input@4c3c3dec, org.onap.sdc.toscaparser.api.parameters.Input@748c205d] 2022-05-28T06:09:44.322Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.322Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.322Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:09:44.322Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0fc09918-9053-4e34-9c8d-0da069c559ef 2022-05-28T06:09:44.323Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fc09918-9053-4e34-9c8d-0da069c559ef matches Tosca VF Customization UUID: 0fc09918-9053-4e34-9c8d-0da069c559ef 2022-05-28T06:09:44.323Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0fc09918-9053-4e34-9c8d-0da069c559ef 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-28T06:09:44.324Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.324Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0fc09918-9053-4e34-9c8d-0da069c559ef: {\"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-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a064935 2022-05-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 407aab27-3ceb-4c77-bae7-8d343c09cf95 2022-05-28T06:09:44.325Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 407aab27-3ceb-4c77-bae7-8d343c09cf95 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-28T06:09:44.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:44.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.328Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bd6b748-c859-4ca1-986c-cb733cf02a2b 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-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:09:44.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.332Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:09:44.332Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.332Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=700af65b-6f95-4c22-8adb-3c322734c944 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-28T06:09:44.336Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.336Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.336Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:44.339Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.339Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T06:09:44.340Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29d03f1a-55a5-44ff-bb2e-8eec6cd814be 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-28T06:09:44.344Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.345Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.345Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:09:44.345Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.345Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Node template vFW fcab6c6f-b402 0 is matching search criteria 2022-05-28T06:09:44.345Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW fcab6c6f-b402 0] matching following query criteria: sdcType=VF, customizationUUID=0fc09918-9053-4e34-9c8d-0da069c559ef 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-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d7feab22-7b7c-4d6c-b012-2c5d34a3b378: vFW fcab6c6f-b402 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:09:44.347Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-06-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:09:44.348Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-28 06-06-51 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-28T06:09:44.458Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fcab6c6f-b402 fd4830ca-a051-4730-9261-8c3093e7356e 1 ASDC deployResourceStructure 2022-05-28T06:09:44.459Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json ASDC sendASDCNotification 2022-05-28T06:09:44.460Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json 2022-05-28T06:09:44.460Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:09:44.460Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:44.462Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:44.464Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718184459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:09:44.563Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-28T06:09:44.564Z||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-28T06:09:44.564Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:44.576Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:44.576Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:09:45.466Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T06:09:45.466Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml 2022-05-28T06:09:45.466Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:09:45.467Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:45.469Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:45.469Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718185465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:09:45.569Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:45.570Z||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-28T06:09:45.570Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:45.585Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:45.585Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:46.470Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T06:09:46.470Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env 2022-05-28T06:09:46.471Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:09:46.471Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:46.473Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:46.473Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718186470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T06:09:46.573Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:46.574Z||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-28T06:09:46.574Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:46.585Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:46.586Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:09:47.474Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar ASDC sendASDCNotification 2022-05-28T06:09:47.474Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar 2022-05-28T06:09:47.474Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:09:47.475Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:09:47.476Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:09:47.477Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718187474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:09:47.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:09:47.578Z||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-28T06:09:47.578Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:09:47.589Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:09:47.589Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:09:48.477Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:09:48.488Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:09:48.490Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:09:48.490Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:09:48.490Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:10:18.491Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:10:18.503Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:18.505Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:10:18.505Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:10:18.505Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:10:30.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:10:30.280Z||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-28T06:10:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:10:30.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:10:30.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718147844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "ves-openapi-manager", "timestamp": 1653718140315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718144500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718155743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718156048, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOTIFIED" } 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "cds", "timestamp": 1653718156749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-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-28T06:10:30.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:10:30.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:30.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718157055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "policy-id", "timestamp": 1653718158058, "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-28T06:10:30.342Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:10:30.342Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:30.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718152613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718152979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718160719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718161057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718154373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718162087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718163580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718163755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718164615, "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-28T06:10:30.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:10:30.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:30.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718164759, "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-28T06:10:30.376Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:10:30.376Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:30.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "multicloud-k8s-id", "timestamp": 1653718165620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:10:30.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:10:30.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:10:48.505Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:10:48.517Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:10:48.521Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:10:48.522Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:10:48.522Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:11:18.523Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:11:18.536Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:11:18.538Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:11:18.539Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:11:18.539Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:11:30.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:11:30.280Z||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-28T06:11:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:11:30.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:11:30.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:11:30.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:11:30.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:11:48.539Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:11:48.549Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:11:48.553Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:11:48.553Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:11:48.553Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:12:18.553Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:12:18.566Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:12:18.569Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:12:18.569Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:12:18.569Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:12:30.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:12:30.281Z||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-28T06:12:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:12:30.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:12:30.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718165824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "NOTIFIED" } 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718173821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718175391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718170275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718178393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718178191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "clamp", "timestamp": 1653718179399, "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-28T06:12:30.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:12:30.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:12:30.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718181125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718182188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718184121, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718183296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:12:30.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "aai-ml", "timestamp": 1653718185126, "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-28T06:12:30.342Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 2022-05-28T06:12:30.343Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:12:30.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718184459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/vfwfcab6c6fb4020_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718185465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718186470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/resourceInstances/vfwfcab6c6fb4020/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:30.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T06:12:30.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718187474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060651/1.0/artifacts/service-Vfw20220528060651-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:12:30.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:12:48.569Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:12:48.583Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:12:48.587Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:12:48.587Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:12:48.587Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:12:48.588Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:12:48.592Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:13:18.593Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d 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-28T06:13:18.600Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d and serviceModelVersionId: d7feab22-7b7c-4d6c-b012-2c5d34a3b378 2022-05-28T06:13:18.600Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a28555bc-4ca5-4999-b599-de8872b31884 2022-05-28T06:13:18.601Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0 2022-05-28T06:13:18.607Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:13:18.639Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0|INFO|500||Invoke 2022-05-28T06:13:18.640Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[670168e4-ba67-4ebc-b6d4-b8172e9b7f1d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36a20e9c-cdfe-4896-8ec2-e3503313be5e], X-ECOMP-RequestID=[670168e4-ba67-4ebc-b6d4-b8172e9b7f1d], X-TransactionId=[], X-ONAP-RequestID=[670168e4-ba67-4ebc-b6d4-b8172e9b7f1d], Content-Type=[application/merge-patch+json]} 2022-05-28T06:13:18.662Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:13:18.851Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?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/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-06:13:19:440-44181], vertex-id=[426208], Content-Length=[0], Date=[Sat, 28 May 2022 06:13:19 GMT], Content-Type=[application/json]} 2022-05-28T06:13:18.852Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:13:18.852Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a28555bc-4ca5-4999-b599-de8872b31884/model-vers/model-ver/d7feab22-7b7c-4d6c-b012-2c5d34a3b378?depth=0|INFO|500||InvokeReturn 2022-05-28T06:13:18.854Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:13:18.854Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:13:18.861Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:13:18.861Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 670168e4-ba67-4ebc-b6d4-b8172e9b7f1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:13:18.861Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:13:18.861Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:18.863Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:18.863Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718398861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:13:18.963Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:18.964Z||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-28T06:13:18.965Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:18.986Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:18.987Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:13:19.878Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:13:19.878Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|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-28T06:13:19.878Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:24.294Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:24.295Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:13:24.295Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b17b428b-7f04-4923-8a4f-789904321233","serviceName":"vFW 2022-05-28 06-09-41","serviceVersion":"1.0","serviceUUID":"fc34dafd-d98e-41b2-bbda-53684366cacd","serviceDescription":"catalog service description","serviceInvariantUUID":"44995e34-d0ff-4a1c-ae17-efa25ec77494","resources":[{"resourceInstanceName":"vFW 11c60a97-ecaa 0","resourceName":"vFW 11c60a97-ecaa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12a3eb03-0991-464b-b8be-a938ace222b3","resourceInvariantUUID":"192f4111-67d2-4adf-acbf-178c898cd2a6","resourceCustomizationUUID":"64b289d0-d0f1-4dbf-b601-ef5f8233cda3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml","artifactChecksum":"YThlNjUyODIxMTM1ZjE1MDJlNzVmMmQzMWVjZTg1ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ecbb5be-b328-43ab-954e-dd5d668b5088","artifactVersion":"1"},{"artifactName":"vfw11c60a97ecaa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json","artifactChecksum":"OGNiZmU4Yzg0NjM2NjdhOTdkZGU2NmFhNjdlMWI2OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"12963dda-60fc-4d1d-a8b5-9954a4a71820","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"05363c98-1551-4fe8-94f7-574d7fa8cbd6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml","artifactChecksum":"ODI4NDdiMTA1MTBhYTE0YmZlNjE0MWVlNDY1MmY2YWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b0a406a-9733-4f2a-adee-9e5b635449b3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fcb96a9d-9f75-4429-84e6-fd55000beb3e","artifactVersion":"3","generatedFromUUID":"05363c98-1551-4fe8-94f7-574d7fa8cbd6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220528060941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml","artifactChecksum":"YmNlMzU4YmNkNWFkNzk2NWJiMWEzMDMxODU0YTEyOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1de4e637-2fef-4168-8248-d4f0744f8139","artifactVersion":"1"},{"artifactName":"service-Vfw20220528060941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar","artifactChecksum":"YWNiZjU5MWFhOGE5YTgzNTYxOWEzODY5YjM3ZTEwYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c29a891-237b-4ac4-b32b-27b1b4da3dc0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:13:24.298Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:24.298Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:24.301Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:24.301Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:24.401Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:24.402Z||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-28T06:13:24.402Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:24.412Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:24.412Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:25.301Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:25.302Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:25.304Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:25.304Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:13:25.404Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:25.405Z||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-28T06:13:25.406Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:25.417Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:25.417Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:26.304Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:26.305Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:26.313Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:26.313Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:13:26.414Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:26.414Z||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-28T06:13:26.415Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:26.427Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:26.427Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:27.314Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:27.315Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:27.318Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:27.318Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:27.418Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-28T06:13:27.420Z||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-28T06:13:27.420Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:27.432Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:27.433Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:28.320Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:28.321Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:28.323Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:28.323Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:13:28.423Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:28.424Z||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-28T06:13:28.424Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:28.435Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:28.435Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:29.323Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:29.324Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:29.326Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:29.326Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:29.426Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:29.427Z||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-28T06:13:29.427Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:29.441Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:29.441Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:13:30.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:13:30.280Z||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-28T06:13:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:30.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:30.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718302979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718304373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718304500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "ves-openapi-manager", "timestamp": 1653718300315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:13:30.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718315674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718316192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718317202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "policy-id", "timestamp": 1653718318205, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-05-28T06:13:30.326Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:13:30.327Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:13:30.329Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:30.329Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:13:30.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718318355, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718319358, "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-28T06:13:30.370Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.370Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718312613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718312844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718320714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718320852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:13:30.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "cds", "timestamp": 1653718321858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-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-28T06:13:30.390Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718315824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:13:30.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718321895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718323181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718323836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718323417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718324249, "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-28T06:13:30.407Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.408Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "multicloud-k8s-id", "timestamp": 1653718325259, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718325429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "clamp", "timestamp": 1653718326436, "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-28T06:13:30.419Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718333824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:13:30.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:13:30.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:13:30.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "aai-ml", "timestamp": 1653718334831, "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-28T06:13:30.429Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:30.430Z||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-28T06:13:30.430Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:30.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b17b428b-7f04-4923-8a4f-789904321233 2022-05-28T06:13:30.430Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:30.440Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:30.440Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:31.330Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "serviceName": "vFW 2022-05-28 06-09-41", "serviceVersion": "1.0", "serviceUUID": "fc34dafd-d98e-41b2-bbda-53684366cacd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "44995e34-d0ff-4a1c-ae17-efa25ec77494", "resources": [ { "resourceInstanceName": "vFW 11c60a97-ecaa 0", "resourceCustomizationUUID": "64b289d0-d0f1-4dbf-b601-ef5f8233cda3", "resourceName": "vFW 11c60a97-ecaa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12a3eb03-0991-464b-b8be-a938ace222b3", "resourceInvariantUUID": "192f4111-67d2-4adf-acbf-178c898cd2a6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw11c60a97ecaa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "artifactChecksum": "OGNiZmU4Yzg0NjM2NjdhOTdkZGU2NmFhNjdlMWI2OGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "12963dda-60fc-4d1d-a8b5-9954a4a71820", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "05363c98-1551-4fe8-94f7-574d7fa8cbd6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "fcb96a9d-9f75-4429-84e6-fd55000beb3e", "generatedFromUUID": "05363c98-1551-4fe8-94f7-574d7fa8cbd6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "fcb96a9d-9f75-4429-84e6-fd55000beb3e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220528060941-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "artifactChecksum": "YWNiZjU5MWFhOGE5YTgzNTYxOWEzODY5YjM3ZTEwYjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c29a891-237b-4ac4-b32b-27b1b4da3dc0" } ], "workloadContext": "Production" } 2022-05-28T06:13:31.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:13:31.331Z|670168e4-ba67-4ebc-b6d4-b8172e9b7f1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc34dafd-d98e-41b2-bbda-53684366cacd ASDC 2022-05-28T06:13:31.332Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b17b428b-7f04-4923-8a4f-789904321233 ServiceName:vFW 2022-05-28 06-09-41 ServiceVersion:1.0 ServiceUUID:fc34dafd-d98e-41b2-bbda-53684366cacd ServiceInvariantUUID:44995e34-d0ff-4a1c-ae17-efa25ec77494 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220528060941-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar ArtifactUUID:4c29a891-237b-4ac4-b32b-27b1b4da3dc0 ArtifactChecksum:YWNiZjU5MWFhOGE5YTgzNTYxOWEzODY5YjM3ZTEwYjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 11c60a97-ecaa 0 ResourceCustomizationUUID:64b289d0-d0f1-4dbf-b601-ef5f8233cda3 ResourceInvariantUUID:192f4111-67d2-4adf-acbf-178c898cd2a6 ResourceName:vFW 11c60a97-ecaa ResourceType:VF ResourceUUID:12a3eb03-0991-464b-b8be-a938ace222b3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw11c60a97ecaa0_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json ArtifactUUID:12963dda-60fc-4d1d-a8b5-9954a4a71820 ArtifactChecksum:OGNiZmU4Yzg0NjM2NjdhOTdkZGU2NmFhNjdlMWI2OGI= 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/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml ArtifactUUID:05363c98-1551-4fe8-94f7-574d7fa8cbd6 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env ArtifactUUID:fcb96a9d-9f75-4429-84e6-fd55000beb3e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env ArtifactUUID:fcb96a9d-9f75-4429-84e6-fd55000beb3e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:13:31.332Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc34dafd-d98e-41b2-bbda-53684366cacd 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-28T06:13:31.363Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:13:31.364Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:13:31.364Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:13:31.364Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c29a891-237b-4ac4-b32b-27b1b4da3dc0 from URL: /sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:31.364Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:13:31.364Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:31.677Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:13:31.681Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar 4c29a891-237b-4ac4-b32b-27b1b4da3dc0 98985 2022-05-28T06:13:31.681Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar ASDC sendASDCNotification 2022-05-28T06:13:31.681Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:31.681Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:13:31.682Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:31.683Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:31.683Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718411681, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:31.784Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:13:31.785Z||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-28T06:13:31.785Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:31.797Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:31.797Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:32.684Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:13:32.685Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:13:32.685Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4c29a891-237b-4ac4-b32b-27b1b4da3dc0, URL: /sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar to file: /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:32.685Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220528060941-csar.csar 2022-05-28T06:13:32.686Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:32.686Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:32.829Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3451499508329264274/Definitions/service-Vfw20220528060941-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||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-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.160Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||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-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||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-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 11c60a97-ecaa 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-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.161Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:13:34.162Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.163Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.164Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.165Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.166Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41e4599d-27f8-473b-94ac-be11c6ea1954 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.167Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fbc1aa98-996e-48b7-86f7-8c8b5bac5843 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:13:34.168Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb93077f-2f68-4ca3-917d-3657b8ed0ad5 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.169Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.170Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:34.170Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:34.170Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-28 06-09-41 Description:catalog service description Model UUID:fc34dafd-d98e-41b2-bbda-53684366cacd Model Version:NULL Model InvariantUuid:44995e34-d0ff-4a1c-ae17-efa25ec77494 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 11c60a97-ecaa Model UUID:7e53b847-2f40-4f49-aa25-c6ad014e68c8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:192f4111-67d2-4adf-acbf-178c898cd2a6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:64b289d0-d0f1-4dbf-b601-ef5f8233cda3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8d7bd6a6-9fb3-44a2-82d0-0d6fc57b7c1e ModelName:Vfw11c60a97Ecaa..base_vfw..module-0 ModelUuid:99586707-f5c1-4f46-960a-5cb37c9edcee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:41e4599d-27f8-473b-94ac-be11c6ea1954 ModelInvariantUuid:55803327-7dec-449a-8530-edb01adee39c ModelName:vFW 11c60a97-ecaa-nodes.vfwCvfc ModelUuid:a56af5e4-42de-4912-ae79-5bed51362b8d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0069eb57-d925-4954-9cf8-6a7c85a74539 ModelInvariantUuid:76a3d64f-17a9-4d7b-98a9-e0a9a487e380 ModelName:Vfw11c60a97Ecaa.compute.nodes.heat.vfw ModelUuid:ef529758-5519-42c7-8931-17d1b8fafbcb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fbc1aa98-996e-48b7-86f7-8c8b5bac5843 ModelInvariantUuid:1c8ffc6e-06e9-4bc0-b9b7-a52da515742e ModelName:vFW 11c60a97-ecaa-nodes.vsnCvfc ModelUuid:caa86bdc-ad03-4904-994b-ef15f40182eb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:979d72e5-f45f-4f86-a4b7-92b4bfc485d8 ModelInvariantUuid:ed4ba6af-2c61-4534-b75c-6427579c74ac ModelName:Vfw11c60a97Ecaa.compute.nodes.heat.vsn ModelUuid:fddfd38f-54a9-4a65-9dbd-6f9e21cc2326 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cb93077f-2f68-4ca3-917d-3657b8ed0ad5 ModelInvariantUuid:a9be06b3-c95e-42d2-9860-d490bb7f1819 ModelName:vFW 11c60a97-ecaa-nodes.vpgCvfc ModelUuid:9bd4ec62-8d12-408f-8675-f35163b5ca5f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:931159a6-2b11-4245-b1ab-af145e6a1ed0 ModelInvariantUuid:2bee4fda-1bb3-430d-9178-0d7e11623e64 ModelName:Vfw11c60a97Ecaa.compute.nodes.heat.vpg ModelUuid:7bff48f5-35f5-4eb7-9e54-4e2f3069f9cb 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-28T06:13:34.177Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 12a3eb03-0991-464b-b8be-a938ace222b3 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-28T06:13:34.181Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||vFW 11c60a97-ecaa 0 2022-05-28T06:13:34.181Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12a3eb03-0991-464b-b8be-a938ace222b3 2022-05-28T06:13:34.181Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 12963dda-60fc-4d1d-a8b5-9954a4a71820 from URL: /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json 2022-05-28T06:13:34.181Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:13:34.181Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json 2022-05-28T06:13:34.369Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:13:34.370Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json 12963dda-60fc-4d1d-a8b5-9954a4a71820 785 2022-05-28T06:13:34.371Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json ASDC sendASDCNotification 2022-05-28T06:13:34.371Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json 2022-05-28T06:13:34.371Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:13:34.372Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:34.374Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:34.374Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718414371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:34.474Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:34.475Z||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-28T06:13:34.475Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:34.486Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:34.487Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:35.375Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw11c60a97Ecaa..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d7bd6a6-9fb3-44a2-82d0-0d6fc57b7c1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "99586707-f5c1-4f46-960a-5cb37c9edcee", "vfModuleModelCustomizationUUID": "b9863de1-56f2-42a5-93f6-caf7905b6e89", "isBase": true, "artifacts": [ "05363c98-1551-4fe8-94f7-574d7fa8cbd6", "fcb96a9d-9f75-4429-84e6-fd55000beb3e" ], "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-28T06:13:35.380Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw11c60a97Ecaa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:99586707-f5c1-4f46-960a-5cb37c9edcee VfModuleModelInvariantUUID:8d7bd6a6-9fb3-44a2-82d0-0d6fc57b7c1e VfModuleModelDescription:NULL Artifacts UUID List:{ 05363c98-1551-4fe8-94f7-574d7fa8cbd6 , fcb96a9d-9f75-4429-84e6-fd55000beb3e } 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-28T06:13:35.383Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw11c60a97Ecaa..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d7bd6a6-9fb3-44a2-82d0-0d6fc57b7c1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "99586707-f5c1-4f46-960a-5cb37c9edcee", "vfModuleModelCustomizationUUID": "b9863de1-56f2-42a5-93f6-caf7905b6e89", "isBase": true, "artifacts": [ "05363c98-1551-4fe8-94f7-574d7fa8cbd6", "fcb96a9d-9f75-4429-84e6-fd55000beb3e" ], "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-28T06:13:35.383Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw11c60a97Ecaa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:99586707-f5c1-4f46-960a-5cb37c9edcee VfModuleModelInvariantUUID:8d7bd6a6-9fb3-44a2-82d0-0d6fc57b7c1e VfModuleModelDescription:NULL Artifacts UUID List:{ 05363c98-1551-4fe8-94f7-574d7fa8cbd6 , fcb96a9d-9f75-4429-84e6-fd55000beb3e } 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-28T06:13:35.383Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 05363c98-1551-4fe8-94f7-574d7fa8cbd6 from URL: /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml 2022-05-28T06:13:35.383Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:13:35.383Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml 2022-05-28T06:13:35.573Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:13:35.574Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml 05363c98-1551-4fe8-94f7-574d7fa8cbd6 20368 2022-05-28T06:13:35.574Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T06:13:35.575Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml 2022-05-28T06:13:35.575Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:13:35.575Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:35.577Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:35.577Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718415574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:35.678Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:13:35.679Z||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-28T06:13:35.679Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:35.702Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:35.703Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:36.577Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fcb96a9d-9f75-4429-84e6-fd55000beb3e from URL: /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env 2022-05-28T06:13:36.578Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:13:36.578Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env 2022-05-28T06:13:36.859Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:13:36.859Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env fcb96a9d-9f75-4429-84e6-fd55000beb3e 2098 2022-05-28T06:13:36.860Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T06:13:36.860Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env 2022-05-28T06:13:36.860Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:13:36.860Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:36.862Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:36.862Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718416860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:13:36.962Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:36.963Z||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-28T06:13:36.963Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:36.975Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:36.975Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:37.862Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fc34dafd-d98e-41b2-bbda-53684366cacd 2022-05-28T06:13:37.863Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 11c60a97-ecaa 0 12a3eb03-0991-464b-b8be-a938ace222b3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:13:37.876Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c0228c5, org.onap.sdc.toscaparser.api.parameters.Input@5131300f, org.onap.sdc.toscaparser.api.parameters.Input@6f2e02f5, org.onap.sdc.toscaparser.api.parameters.Input@1b2784dc, org.onap.sdc.toscaparser.api.parameters.Input@166ec37d] 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 64b289d0-d0f1-4dbf-b601-ef5f8233cda3 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64b289d0-d0f1-4dbf-b601-ef5f8233cda3 matches Tosca VF Customization UUID: 64b289d0-d0f1-4dbf-b601-ef5f8233cda3 2022-05-28T06:13:37.877Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 64b289d0-d0f1-4dbf-b601-ef5f8233cda3 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-28T06:13:37.879Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.880Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.880Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 64b289d0-d0f1-4dbf-b601-ef5f8233cda3: {\"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-28T06:13:37.880Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7607cdf4 2022-05-28T06:13:37.881Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.881Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:13:37.881Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9863de1-56f2-42a5-93f6-caf7905b6e89 2022-05-28T06:13:37.881Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9863de1-56f2-42a5-93f6-caf7905b6e89 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-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:37.883Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.884Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41e4599d-27f8-473b-94ac-be11c6ea1954 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-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:37.887Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.888Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fbc1aa98-996e-48b7-86f7-8c8b5bac5843 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-28T06:13:37.891Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.891Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.891Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:37.891Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.891Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is not matching search criteria 2022-05-28T06:13:37.894Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.895Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T06:13:37.896Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb93077f-2f68-4ca3-917d-3657b8ed0ad5 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-28T06:13:37.899Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.899Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.900Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:13:37.900Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.900Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Node template vFW 11c60a97-ecaa 0 is matching search criteria 2022-05-28T06:13:37.900Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 11c60a97-ecaa 0] matching following query criteria: sdcType=VF, customizationUUID=64b289d0-d0f1-4dbf-b601-ef5f8233cda3 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-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fc34dafd-d98e-41b2-bbda-53684366cacd: vFW 11c60a97-ecaa 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.902Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-28 06-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:13:37.903Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-28 06-09-41 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-28T06:13:38.006Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 11c60a97-ecaa 12a3eb03-0991-464b-b8be-a938ace222b3 1 ASDC deployResourceStructure 2022-05-28T06:13:38.006Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json ASDC sendASDCNotification 2022-05-28T06:13:38.006Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json 2022-05-28T06:13:38.007Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:13:38.007Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:38.009Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:38.009Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718418006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:13:38.109Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:38.110Z||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-28T06:13:38.110Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:38.120Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:38.121Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:39.010Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T06:13:39.011Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml 2022-05-28T06:13:39.011Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:13:39.011Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:39.013Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:39.014Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:13:39.114Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:39.115Z||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-28T06:13:39.115Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:39.125Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:39.126Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:40.014Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T06:13:40.015Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env 2022-05-28T06:13:40.015Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:13:40.015Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:40.016Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:40.017Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718420014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T06:13:40.117Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:40.118Z||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-28T06:13:40.118Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:40.128Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:40.129Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:13:41.018Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar ASDC sendASDCNotification 2022-05-28T06:13:41.018Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar 2022-05-28T06:13:41.018Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:13:41.018Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:13:41.020Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:13:41.020Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718421018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:13:41.120Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:13:41.121Z||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-28T06:13:41.121Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:13:41.130Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:13:41.131Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:13:42.021Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b17b428b-7f04-4923-8a4f-789904321233 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:13:42.032Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b17b428b-7f04-4923-8a4f-789904321233 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-28T06:13:42.035Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:13:42.035Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:13:42.035Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:13:42.035Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:13:42.035Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:13:42.036Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:13:42.041Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:14:12.041Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b17b428b-7f04-4923-8a4f-789904321233 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-28T06:14:12.050Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b17b428b-7f04-4923-8a4f-789904321233 and serviceModelVersionId: fc34dafd-d98e-41b2-bbda-53684366cacd 2022-05-28T06:14:12.050Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44995e34-d0ff-4a1c-ae17-efa25ec77494 2022-05-28T06:14:12.051Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0 2022-05-28T06:14:12.055Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:14:12.082Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0|INFO|500||Invoke 2022-05-28T06:14:12.083Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b17b428b-7f04-4923-8a4f-789904321233], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48827658-fda1-46d8-8a2b-e65b13e7b3b1], X-ECOMP-RequestID=[b17b428b-7f04-4923-8a4f-789904321233], X-TransactionId=[], X-ONAP-RequestID=[b17b428b-7f04-4923-8a4f-789904321233], Content-Type=[application/merge-patch+json]} 2022-05-28T06:14:12.098Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:14:12.206Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?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/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220528-06:14:12:875-85819], vertex-id=[217128], Content-Length=[0], Date=[Sat, 28 May 2022 06:14:12 GMT], Content-Type=[application/json]} 2022-05-28T06:14:12.207Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:14:12.207Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44995e34-d0ff-4a1c-ae17-efa25ec77494/model-vers/model-ver/fc34dafd-d98e-41b2-bbda-53684366cacd?depth=0|INFO|500||InvokeReturn 2022-05-28T06:14:12.208Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:14:12.208Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:14:12.214Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:14:12.215Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b17b428b-7f04-4923-8a4f-789904321233 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:14:12.215Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:14:12.215Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:14:12.217Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:14:12.217Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718452215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:14:12.317Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:14:12.319Z||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-28T06:14:12.319Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:12.333Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:14:12.333Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:14:13.232Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:14:13.233Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:14:13.233Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:22.772Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:14:22.774Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:14:22.775Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:14:22.775Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:30.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:14:30.280Z||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-28T06:14:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:30.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:14:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "670168e4-ba67-4ebc-b6d4-b8172e9b7f1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718398861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:14:30.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:14:32.309Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:14:32.310Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:14:32.311Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:14:32.311Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:41.843Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:14:41.844Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:14:41.845Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:14:41.845Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:14:51.384Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:15:30.275Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:15:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:15:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:15:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:15:30.279Z||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-28T06:15:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:15:30.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:15:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:15:30.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718399878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:15:30.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-28T06:15:39.819Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:16:30.275Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:16:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:16:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:16:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:16:30.279Z||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-28T06:16:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:16:30.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:16:30.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718411681, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718414371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718415574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718416860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718418006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/vfw11c60a97ecaa0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718420014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/resourceInstances/vfw11c60a97ecaa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718421018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528060941/1.0/artifacts/service-Vfw20220528060941-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:30.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T06:16:30.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b17b428b-7f04-4923-8a4f-789904321233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718452215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:16:30.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:16:39.823Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:17:30.275Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:17:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:17:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:17:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:17:30.279Z||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-28T06:17:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:17:39.825Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:17:39.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:18:30.275Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:18:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:18:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:18:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:18:30.279Z||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-28T06:18:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:18:39.827Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:18:39.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:30.275Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:19:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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-28T06:19:30.276Z|b17b428b-7f04-4923-8a4f-789904321233|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:19:30.279Z||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-28T06:19:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:35.719Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:35.719Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:19:35.719Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec5bbdb2-275b-40d1-ad25-7292b859a2cb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"515e3d70-0c39-40ff-81dd-f27e71256d3e","serviceDescription":"service","serviceInvariantUUID":"0d05fe56-934a-4755-97c6-796a1dfcb4fa","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"faed8e59-95d1-4702-8334-1cf6000bd8b4","resourceInvariantUUID":"6bf625d6-f091-443d-b774-0b5c872628e4","resourceCustomizationUUID":"cee68abd-cc7a-4d25-8d2d-b30f59602028","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":"NDhmZjY4MDE5MDJiYzk1N2UyMGMwYjMzMTRjNjE0YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3719e11-e5c6-4b86-98f1-b52e65b48d83","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjM0ZmFlZWU4ODAwYjgxMWQwNzYxYTJkOWJiNjdkY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b229377-a394-4ffa-917c-268f12b1e87d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:19:35.721Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:19:35.722Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:19:35.725Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:19:35.725Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718770275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:19:35.825Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:19:35.826Z||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-28T06:19:35.826Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:35.853Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:35.854Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":7,"count":1} 2022-05-28T06:19:36.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:36.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:19:36.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "multicloud-k8s-id", "timestamp": 1653718772613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:19:36.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:19:36.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:19:36.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718770275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:19:36.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:19:36.726Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:19:36.727Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:19:36.729Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:19:36.729Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718770275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:19:36.829Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:19:36.831Z||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-28T06:19:36.831Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:36.843Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:36.844Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:19:37.730Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "515e3d70-0c39-40ff-81dd-f27e71256d3e", "serviceDescription": "service", "serviceInvariantUUID": "0d05fe56-934a-4755-97c6-796a1dfcb4fa", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cee68abd-cc7a-4d25-8d2d-b30f59602028", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "faed8e59-95d1-4702-8334-1cf6000bd8b4", "resourceInvariantUUID": "6bf625d6-f091-443d-b774-0b5c872628e4", "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": "MjM0ZmFlZWU4ODAwYjgxMWQwNzYxYTJkOWJiNjdkY2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b229377-a394-4ffa-917c-268f12b1e87d" } ], "workloadContext": "Production" } 2022-05-28T06:19:37.730Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:19:37.730Z|b17b428b-7f04-4923-8a4f-789904321233|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 515e3d70-0c39-40ff-81dd-f27e71256d3e ASDC 2022-05-28T06:19:37.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ec5bbdb2-275b-40d1-ad25-7292b859a2cb ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:515e3d70-0c39-40ff-81dd-f27e71256d3e ServiceInvariantUUID:0d05fe56-934a-4755-97c6-796a1dfcb4fa 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:0b229377-a394-4ffa-917c-268f12b1e87d ArtifactChecksum:MjM0ZmFlZWU4ODAwYjgxMWQwNzYxYTJkOWJiNjdkY2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cee68abd-cc7a-4d25-8d2d-b30f59602028 ResourceInvariantUUID:6bf625d6-f091-443d-b774-0b5c872628e4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:faed8e59-95d1-4702-8334-1cf6000bd8b4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-28T06:19:37.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 515e3d70-0c39-40ff-81dd-f27e71256d3e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:19:37.762Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:19:37.763Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:19:37.763Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:19:37.763Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b229377-a394-4ffa-917c-268f12b1e87d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T06:19:37.763Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:19:37.763Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T06:19:38.263Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:19:38.267Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0b229377-a394-4ffa-917c-268f12b1e87d 52509 2022-05-28T06:19:38.267Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-28T06:19:38.267Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T06:19:38.267Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:19:38.267Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:19:38.270Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:19:38.270Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718778267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:19:38.371Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:19:38.373Z||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-28T06:19:38.373Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:38.388Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:38.389Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:19:39.271Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:19:39.272Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:19:39.272Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0b229377-a394-4ffa-917c-268f12b1e87d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.273Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-28T06:19:39.273Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.273Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.373Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4439311563894790825/Definitions/service-BasicNetwork-template.yml 2022-05-28T06:19:39.728Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:19:39.729Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:19:39.729Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.730Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:19:39.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.731Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.732Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-28T06:19:39.732Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:19:39.732Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:19:39.732Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.733Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.733Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-28T06:19:39.733Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:19:39.733Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:19:39.734Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.734Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.734Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.734Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.735Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.735Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.735Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.735Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.736Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.736Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.736Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:515e3d70-0c39-40ff-81dd-f27e71256d3e Model Version:NULL Model InvariantUuid:0d05fe56-934a-4755-97c6-796a1dfcb4fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:6bf625d6-f091-443d-b774-0b5c872628e4 Model UUID:ab2702af-634a-4a45-953d-c6f3ec2ab9e2 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cee68abd-cc7a-4d25-8d2d-b30f59602028 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-28T06:19:39.742Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: faed8e59-95d1-4702-8334-1cf6000bd8b4 2022-05-28T06:19:39.742Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||No resources found for Service: 515e3d70-0c39-40ff-81dd-f27e71256d3e 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-28T06:19:39.746Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500|| 2022-05-28T06:19:39.746Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-28T06:19:39.747Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 515e3d70-0c39-40ff-81dd-f27e71256d3e 2022-05-28T06:19:39.747Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 515e3d70-0c39-40ff-81dd-f27e71256d3e 2022-05-28T06:19:39.747Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-28T06:19:39.748Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:19:39.751Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75c1af2, org.onap.sdc.toscaparser.api.parameters.Input@7e4e2fc0, org.onap.sdc.toscaparser.api.parameters.Input@5a1c31a0, org.onap.sdc.toscaparser.api.parameters.Input@4f6b0ecd, org.onap.sdc.toscaparser.api.parameters.Input@28871658] 2022-05-28T06:19:39.752Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 515e3d70-0c39-40ff-81dd-f27e71256d3e: Generic NeutronNet 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.753Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-28T06:19:39.788Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:19:39.789Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-28T06:19:39.840Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-28T06:19:39.840Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-28T06:19:39.840Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T06:19:39.840Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:19:39.840Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:19:39.842Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:19:39.842Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718779840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:19:39.943Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:19:39.944Z||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-28T06:19:39.944Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:19:39.960Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:19:39.961Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:19:40.843Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:19:40.861Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:19:40.867Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:19:40.867Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:19:40.867Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:20:10.868Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:20:10.879Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:20:10.884Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:20:10.884Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:20:10.884Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:20:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:20:30.279Z||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-28T06:20:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:20:30.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:20:30.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:20:30.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "multicloud-k8s-id", "timestamp": 1653718772613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:20:30.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:20:40.884Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:20:40.900Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:20:40.904Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:20:40.904Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:20:40.904Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:21:10.904Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:21:10.925Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:10.928Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:21:10.929Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:21:10.929Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:21:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:21:30.279Z||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-28T06:21:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:21:30.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:21:30.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718770275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "cds", "timestamp": 1653718777844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718778267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "cds", "timestamp": 1653718777844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718779840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "cds", "timestamp": 1653718780718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "ves-openapi-manager", "timestamp": 1653718780315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "cds", "timestamp": 1653718781724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:21:30.312Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec5bbdb2-275b-40d1-ad25-7292b859a2cb 2022-05-28T06:21:30.312Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:30.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "ves-openapi-manager", "timestamp": 1653718780315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "policy-id", "timestamp": 1653718784500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "clamp", "timestamp": 1653718784373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718785815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "policy-id", "timestamp": 1653718784500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "clamp", "timestamp": 1653718784373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "policy-id", "timestamp": 1653718787403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718787242, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "policy-id", "timestamp": 1653718788407, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718788247, "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-28T06:21:30.329Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec5bbdb2-275b-40d1-ad25-7292b859a2cb 2022-05-28T06:21:30.330Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:30.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "policy-id", "timestamp": 1653718789411, "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-28T06:21:30.347Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec5bbdb2-275b-40d1-ad25-7292b859a2cb 2022-05-28T06:21:30.347Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "aai-ml", "timestamp": 1653718795825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:21:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "aai-ml", "timestamp": 1653718795825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:21:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "clamp", "timestamp": 1653718797528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "aai-ml", "timestamp": 1653718799083, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "clamp", "timestamp": 1653718799542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:21:30.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "clamp", "timestamp": 1653718800549, "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-28T06:21:30.369Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec5bbdb2-275b-40d1-ad25-7292b859a2cb 2022-05-28T06:21:30.369Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:30.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "aai-ml", "timestamp": 1653718805443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:21:30.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:21:30.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:21:30.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "aai-ml", "timestamp": 1653718806448, "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-28T06:21:30.387Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec5bbdb2-275b-40d1-ad25-7292b859a2cb 2022-05-28T06:21:30.388Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:40.929Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:21:40.962Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:21:40.967Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:21:40.974Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:22:10.975Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb 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-28T06:22:10.981Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec5bbdb2-275b-40d1-ad25-7292b859a2cb and serviceModelVersionId: 515e3d70-0c39-40ff-81dd-f27e71256d3e 2022-05-28T06:22:10.981Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d05fe56-934a-4755-97c6-796a1dfcb4fa 2022-05-28T06:22:10.982Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?depth=0 2022-05-28T06:22:10.985Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:22:11.011Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?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-28T06:22:11.012Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?depth=0|INFO|500||Invoke 2022-05-28T06:22:11.030Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:22:11.343Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?depth=0|INFO|500||InvokeReturn 2022-05-28T06:22:11.344Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d05fe56-934a-4755-97c6-796a1dfcb4fa/model-vers/model-ver/515e3d70-0c39-40ff-81dd-f27e71256d3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-06:22:11:810-50076], vertex-id=[233600], Content-Length=[0], Date=[Sat, 28 May 2022 06:22:11 GMT], Content-Type=[application/json]} 2022-05-28T06:22:11.344Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:22:11.344Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:22:11.344Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:22:11.349Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:22:11.349Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec5bbdb2-275b-40d1-ad25-7292b859a2cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:22:11.349Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:22:11.349Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:11.351Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:11.351Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718931349, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:22:11.451Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:11.452Z||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-28T06:22:11.452Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:11.465Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:11.466Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:22:12.382Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:22:12.383Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|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-28T06:22:12.383Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:16.851Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:16.852Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:22:16.852Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbd762dc-67ca-49c4-8e06-bee4db2232a7","serviceName":"Demo_pNF_yZIy9x2TkRZUagtkdfk9","serviceVersion":"1.0","serviceUUID":"cce72bfb-2cbf-47ff-aa3f-85c12eda202c","serviceDescription":"catalog service description","serviceInvariantUUID":"64c710bc-50ac-4c85-959e-360480c3b2ac","resources":[{"resourceInstanceName":"pNF c98dbf83-ec72 0","resourceName":"pNF c98dbf83-ec72","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd87bad3-e234-4cc3-a496-4d7f927076bc","resourceInvariantUUID":"b0dcebdc-d6cd-46a6-ae21-e057dc8297b2","resourceCustomizationUUID":"f51c741a-4818-4175-bac5-3f0874864e6f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml","artifactChecksum":"OTQyZjg1YjA0ZjhjMTMxMDNiMDIwZDZlMDkxZjAyNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebfea350-f78f-4a89-83a0-dfd5f754dea4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar","artifactChecksum":"Y2Y4OGRjOTJkNzNjZTA2Y2E4ZmYzYjMwYzdiOWM5N2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60334bd3-77d8-4a68-92f4-4b53bd6f2648","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf06d43d-2662-4cf9-941d-f11397b7a6ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ5OWFkNTJhMjcxZTgwOTgxMmM5ZmIxY2I1NDRkZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf9ddd4-cb6e-4d1a-bed6-d14d473f01fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0377748a-3b5a-43c3-b7b5-9d3c5d10f34f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4fc8cf4-c310-40f0-94d6-b3d0c16e62c9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml","artifactChecksum":"YmY3N2ZmYzgwZjgzN2I0OTk5ZjM2NGE5NTYxYjc0MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc1546d2-3d64-4fb2-ac5e-b2ed730c50f7","artifactVersion":"1"},{"artifactName":"service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar","artifactChecksum":"YmYwOThjY2ZhYTc0ZTEwZmE4YjRlOTVjMWFjZTNiMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a7a67fc-a556-44d7-b594-62a2168f4e4f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:22:16.853Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:16.854Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:16.855Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:16.855Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:16.956Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:22:16.957Z||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-28T06:22:16.957Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:16.969Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:16.970Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:17.856Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:17.856Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:17.858Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:17.858Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:17.958Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:17.960Z||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-28T06:22:17.960Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:17.972Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:17.973Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:22:18.859Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:18.860Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:18.861Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:18.861Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:18.962Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:18.963Z||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-28T06:22:18.963Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:18.976Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:18.977Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:19.862Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:19.863Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:19.865Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:19.865Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:19.965Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:19.966Z||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-28T06:22:19.966Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:19.988Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:19.989Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:20.866Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:20.867Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:20.869Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:20.869Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:20.969Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:20.970Z||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-28T06:22:20.970Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:20.980Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:20.981Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:21.870Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:21.870Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:21.872Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:21.872Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:21.972Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:21.973Z||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-28T06:22:21.973Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:21.984Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:21.985Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:22.874Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:22.875Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:22.876Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:22.877Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:22.977Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:22.977Z||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-28T06:22:22.978Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:22.988Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:22.989Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:23.877Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:22:23.878Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:23.881Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:23.881Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:22:23.981Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:23.982Z||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-28T06:22:23.982Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:23.994Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:23.995Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:22:24.882Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "serviceName": "Demo_pNF_yZIy9x2TkRZUagtkdfk9", "serviceVersion": "1.0", "serviceUUID": "cce72bfb-2cbf-47ff-aa3f-85c12eda202c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64c710bc-50ac-4c85-959e-360480c3b2ac", "resources": [ { "resourceInstanceName": "pNF c98dbf83-ec72 0", "resourceCustomizationUUID": "f51c741a-4818-4175-bac5-3f0874864e6f", "resourceName": "pNF c98dbf83-ec72", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dd87bad3-e234-4cc3-a496-4d7f927076bc", "resourceInvariantUUID": "b0dcebdc-d6cd-46a6-ae21-e057dc8297b2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "artifactChecksum": "YmYwOThjY2ZhYTc0ZTEwZmE4YjRlOTVjMWFjZTNiMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a7a67fc-a556-44d7-b594-62a2168f4e4f" } ], "workloadContext": "Production" } 2022-05-28T06:22:24.883Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:22:24.883Z|ec5bbdb2-275b-40d1-ad25-7292b859a2cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cce72bfb-2cbf-47ff-aa3f-85c12eda202c ASDC 2022-05-28T06:22:24.883Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:bbd762dc-67ca-49c4-8e06-bee4db2232a7 ServiceName:Demo_pNF_yZIy9x2TkRZUagtkdfk9 ServiceVersion:1.0 ServiceUUID:cce72bfb-2cbf-47ff-aa3f-85c12eda202c ServiceInvariantUUID:64c710bc-50ac-4c85-959e-360480c3b2ac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar ArtifactUUID:1a7a67fc-a556-44d7-b594-62a2168f4e4f ArtifactChecksum:YmYwOThjY2ZhYTc0ZTEwZmE4YjRlOTVjMWFjZTNiMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c98dbf83-ec72 0 ResourceCustomizationUUID:f51c741a-4818-4175-bac5-3f0874864e6f ResourceInvariantUUID:b0dcebdc-d6cd-46a6-ae21-e057dc8297b2 ResourceName:pNF c98dbf83-ec72 ResourceType:PNF ResourceUUID:dd87bad3-e234-4cc3-a496-4d7f927076bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-28T06:22:24.883Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cce72bfb-2cbf-47ff-aa3f-85c12eda202c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:22:24.913Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:22:24.913Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:22:24.913Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:22:24.913Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a7a67fc-a556-44d7-b594-62a2168f4e4f from URL: /sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:24.913Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:22:24.914Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:25.386Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:22:25.388Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 1a7a67fc-a556-44d7-b594-62a2168f4e4f 82649 2022-05-28T06:22:25.388Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar ASDC sendASDCNotification 2022-05-28T06:22:25.388Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:25.388Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:22:25.389Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:25.390Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:25.390Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:22:25.490Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:25.491Z||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-28T06:22:25.491Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:25.504Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:25.505Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:22:26.390Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:22:26.391Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:22:26.391Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1a7a67fc-a556-44d7-b594-62a2168f4e4f, URL: /sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar to file: /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.392Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.392Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.392Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.454Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17655303207024970572/Definitions/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml 2022-05-28T06:22:26.932Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c98dbf83-ec72 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-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:22:26.933Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Node template pNF c98dbf83-ec72 0 is matching search criteria 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c98dbf83-ec72 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Node template pNF c98dbf83-ec72 0 is matching search criteria 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:22:26.934Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c98dbf83-ec72 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.935Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_yZIy9x2TkRZUagtkdfk9 Description:catalog service description Model UUID:cce72bfb-2cbf-47ff-aa3f-85c12eda202c Model Version:NULL Model InvariantUuid:64c710bc-50ac-4c85-959e-360480c3b2ac 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-28T06:22:26.942Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd87bad3-e234-4cc3-a496-4d7f927076bc 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-28T06:22:26.945Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||pNF c98dbf83-ec72 0 2022-05-28T06:22:26.945Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd87bad3-e234-4cc3-a496-4d7f927076bc 2022-05-28T06:22:26.945Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: cce72bfb-2cbf-47ff-aa3f-85c12eda202c 2022-05-28T06:22:26.945Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cce72bfb-2cbf-47ff-aa3f-85c12eda202c 2022-05-28T06:22:26.945Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c98dbf83-ec72 0 dd87bad3-e234-4cc3-a496-4d7f927076bc 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-28T06:22:26.950Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4dcddfac, org.onap.sdc.toscaparser.api.parameters.Input@5ba80eeb, org.onap.sdc.toscaparser.api.parameters.Input@71feb382, org.onap.sdc.toscaparser.api.parameters.Input@528a1197, org.onap.sdc.toscaparser.api.parameters.Input@711984d5] 2022-05-28T06:22:26.950Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cce72bfb-2cbf-47ff-aa3f-85c12eda202c: pNF c98dbf83-ec72 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Processing PNF resource: dd87bad3-e234-4cc3-a496-4d7f927076bc 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yZIy9x2TkRZUagtkdfk9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:22:26.951Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||Resource customization UUID: f51c741a-4818-4175-bac5-3f0874864e6f is the same as notified resource customizationUUID: f51c741a-4818-4175-bac5-3f0874864e6f 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-28T06:22:26.992Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c98dbf83-ec72 dd87bad3-e234-4cc3-a496-4d7f927076bc 0 ASDC deployResourceStructure 2022-05-28T06:22:26.992Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar ASDC sendASDCNotification 2022-05-28T06:22:26.992Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar 2022-05-28T06:22:26.992Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:22:26.993Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:22:26.995Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:22:26.995Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718946992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:22:27.095Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:22:27.096Z||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-28T06:22:27.096Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:27.110Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:27.110Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:22:27.998Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:22:28.015Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:22:28.019Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:22:28.020Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:22:28.020Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:22:30.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:22:30.279Z||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-28T06:22:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:22:30.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:22:30.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718867844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718872979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718874373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "multicloud-k8s-id", "timestamp": 1653718872613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718886238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718886244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "cds", "timestamp": 1653718887249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-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-28T06:22:30.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:22:30.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718887916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718880315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718888920, "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-28T06:22:30.338Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:22:30.338Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718889553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718889652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:22:30.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:22:58.020Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:22:58.039Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:22:58.042Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:22:58.042Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:22:58.042Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:23:28.042Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:23:28.052Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:23:28.054Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:23:28.054Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:23:28.054Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:23:30.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:23:30.280Z||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-28T06:23:30.281Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:23:30.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:23:30.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T06:23:30.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:23:30.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-28T06:23:58.054Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:23:58.064Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:23:58.065Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:23:58.066Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:23:58.066Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:24:28.066Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:24:28.077Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:28.079Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:24:28.079Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:24:28.079Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:24:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:24:30.279Z||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-28T06:24:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:24:30.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:24:30.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718890964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718891552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718884500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "ves-openapi-manager", "timestamp": 1653718891972, "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-28T06:24:30.316Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:24:30.317Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:30.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "clamp", "timestamp": 1653718892557, "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-28T06:24:30.326Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:24:30.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:30.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718885824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718893346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718894677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718894350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "policy-id", "timestamp": 1653718895353, "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-28T06:24:30.339Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:24:30.339Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:30.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718900060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.345Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "aai-ml", "timestamp": 1653718901064, "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-28T06:24:30.348Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbd762dc-67ca-49c4-8e06-bee4db2232a7 2022-05-28T06:24:30.348Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:30.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec5bbdb2-275b-40d1-ad25-7292b859a2cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718931349, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718927844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718932613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718932979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718924500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/resourceInstances/pnfc98dbf83ec720/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718934373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718943634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718943457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718943341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718943473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:24:30.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718944638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "cds", "timestamp": 1653718944462, "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-28T06:24:30.375Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:24:30.375Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:24:30.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718944819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718945376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "policy-id", "timestamp": 1653718945641, "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-28T06:24:30.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:24:30.383Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:24:30.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718946129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718946381, "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-28T06:24:30.390Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:24:30.390Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:24:30.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718946992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYziy9x2tkrzuagtkdfk9/1.0/artifacts/service-DemoPnfYziy9x2tkrzuagtkdfk9-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718947445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718948543, "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-28T06:24:30.399Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:24:30.399Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:24:30.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718948555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "ves-openapi-manager", "timestamp": 1653718940315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "multicloud-k8s-id", "timestamp": 1653718949547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:24:30.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:24:30.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:24:30.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:24:58.079Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:24:58.085Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.086Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.087Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:24:58.087Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:24:58.089Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:25:28.089Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 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-28T06:25:28.093Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbd762dc-67ca-49c4-8e06-bee4db2232a7 and serviceModelVersionId: cce72bfb-2cbf-47ff-aa3f-85c12eda202c 2022-05-28T06:25:28.093Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64c710bc-50ac-4c85-959e-360480c3b2ac 2022-05-28T06:25:28.094Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?depth=0 2022-05-28T06:25:28.101Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:25:28.128Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?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-28T06:25:28.130Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?depth=0|INFO|500||Invoke 2022-05-28T06:25:28.146Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:25:28.679Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?depth=0|INFO|500||InvokeReturn 2022-05-28T06:25:28.679Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64c710bc-50ac-4c85-959e-360480c3b2ac/model-vers/model-ver/cce72bfb-2cbf-47ff-aa3f-85c12eda202c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220528-06:25:28:926-68937], vertex-id=[192704], Content-Length=[0], Date=[Sat, 28 May 2022 06:25:28 GMT], Content-Type=[application/json]} 2022-05-28T06:25:28.679Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:25:28.679Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:25:28.679Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:25:28.685Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:25:28.686Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbd762dc-67ca-49c4-8e06-bee4db2232a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:25:28.686Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:25:28.686Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:28.688Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:28.688Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719128686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:25:28.788Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:28.789Z||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-28T06:25:28.789Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:28.804Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:28.805Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:25:29.698Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:25:29.698Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b7e8e573-5ba0-4785-b049-8723f1bd5508","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b0155420-01be-4c2a-9932-7af5c90537f1","serviceDescription":"service","serviceInvariantUUID":"6786a683-a81a-4005-92d6-7623c973620e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0c71156-8ae5-4e29-a9f7-cf47e4f85bca","resourceInvariantUUID":"d925fc64-d2a9-427a-ab8b-c75b6e3cefd0","resourceCustomizationUUID":"87b42a65-ae94-4475-8012-c4bdf9dbf329","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":"OWU5ZjdlNWE0YWRiM2UyZDhlZTA1YWVhMWJjMDgxMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9472009-432e-4b8a-8acb-ccc6978b9e17","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":"89245e02-59ad-4b5b-8fc7-a46a4eb7713e","artifactVersion":"2","generatedFromUUID":"8f446ca0-8fb1-4f19-89b7-e9d84b6bb726"},{"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":"8f446ca0-8fb1-4f19-89b7-e9d84b6bb726","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":"ODQ5ZWEwYWU5Njc1Yjc4NjcxYjM5ZDcwY2I3NWE3ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"338bb2e6-56e8-45ce-b046-f2d0eb6bb3d2","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f","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":"c3bb8e40-0aa8-4584-822e-c298b109e292","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":"105512c5-9d4c-4768-8d5a-a1393e95ff64","artifactVersion":"2","generatedFromUUID":"9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmRlNDgyNjc2OTQyZTFjMTBiNmIyMjdjMmY2MmNlYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f9e36ba-4429-4d52-8a1f-57f41c58d557","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGNkY2U1ZTQ4NWRjNTBmNzAzOWM0OWRjODU3M2I4ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eafbd78-ce54-47b3-8f73-16b467c10d21","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:25:29.698Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:29.698Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:29.700Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:29.700Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:29.800Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:29.801Z||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-28T06:25:29.801Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:29.812Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:29.813Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:25:30.279Z||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-28T06:25:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:30.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:30.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718950566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "clamp", "timestamp": 1653718951574, "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-28T06:25:30.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:25:30.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718945466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718946645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718953793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718954649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "cds", "timestamp": 1653718954799, "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-28T06:25:30.332Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.332Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718955754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718955653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "policy-id", "timestamp": 1653718956656, "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-28T06:25:30.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718952613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718960781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718961938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718963190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718962999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "aai-ml", "timestamp": 1653718964194, "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-28T06:25:30.349Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7e8e573-5ba0-4785-b049-8723f1bd5508 2022-05-28T06:25:30.349Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:25:30.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718964029, "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-28T06:25:30.356Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.356Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "multicloud-k8s-id", "timestamp": 1653718965037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "ves-openapi-manager", "timestamp": 1653718960315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718962979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718945824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718970867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718964373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718972511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718972818, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653718973822, "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-28T06:25:30.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718983953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "aai-ml", "timestamp": 1653718984958, "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-28T06:25:30.370Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.370Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718984564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718986584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:25:30.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "clamp", "timestamp": 1653718987593, "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-28T06:25:30.376Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b672914-6e05-4372-9cf7-8dfeadd2a404 2022-05-28T06:25:30.377Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:25:30.700Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:30.701Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:30.703Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:30.703Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T06:25:30.803Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:30.804Z||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-28T06:25:30.804Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:30.817Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:30.818Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:25:31.704Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:31.705Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:31.707Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:31.707Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T06:25:31.807Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:31.808Z||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-28T06:25:31.808Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:31.820Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:31.820Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:32.707Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:32.708Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:32.711Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:32.711Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:25:32.811Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:32.812Z||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-28T06:25:32.812Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:32.824Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:32.825Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:33.711Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:33.712Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:33.715Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:33.715Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T06:25:33.815Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:33.816Z||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-28T06:25:33.817Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:33.830Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:33.830Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:34.716Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:34.716Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:34.718Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:34.719Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:34.819Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:34.820Z||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-28T06:25:34.820Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:34.831Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:34.831Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:35.719Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:35.720Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:35.723Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:35.723Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T06:25:35.823Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:35.824Z||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-28T06:25:35.824Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:35.835Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:35.835Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:36.723Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:36.724Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:36.726Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:36.726Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:25:36.827Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:36.828Z||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-28T06:25:36.828Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:36.840Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:36.840Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:37.727Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:25:37.728Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:37.730Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:37.730Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:25:37.830Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:37.831Z||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-28T06:25:37.831Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:37.841Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:37.841Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:38.731Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b0155420-01be-4c2a-9932-7af5c90537f1", "serviceDescription": "service", "serviceInvariantUUID": "6786a683-a81a-4005-92d6-7623c973620e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "87b42a65-ae94-4475-8012-c4bdf9dbf329", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a0c71156-8ae5-4e29-a9f7-cf47e4f85bca", "resourceInvariantUUID": "d925fc64-d2a9-427a-ab8b-c75b6e3cefd0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "89245e02-59ad-4b5b-8fc7-a46a4eb7713e", "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": "8f446ca0-8fb1-4f19-89b7-e9d84b6bb726", "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": "ODQ5ZWEwYWU5Njc1Yjc4NjcxYjM5ZDcwY2I3NWE3ZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "338bb2e6-56e8-45ce-b046-f2d0eb6bb3d2", "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": "9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "105512c5-9d4c-4768-8d5a-a1393e95ff64", "generatedFromUUID": "9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "105512c5-9d4c-4768-8d5a-a1393e95ff64", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGNkY2U1ZTQ4NWRjNTBmNzAzOWM0OWRjODU3M2I4ZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7eafbd78-ce54-47b3-8f73-16b467c10d21" } ], "workloadContext": "Production" } 2022-05-28T06:25:38.731Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:25:38.731Z|bbd762dc-67ca-49c4-8e06-bee4db2232a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b0155420-01be-4c2a-9932-7af5c90537f1 ASDC 2022-05-28T06:25:38.732Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b7e8e573-5ba0-4785-b049-8723f1bd5508 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b0155420-01be-4c2a-9932-7af5c90537f1 ServiceInvariantUUID:6786a683-a81a-4005-92d6-7623c973620e 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:7eafbd78-ce54-47b3-8f73-16b467c10d21 ArtifactChecksum:OGNkY2U1ZTQ4NWRjNTBmNzAzOWM0OWRjODU3M2I4ZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:87b42a65-ae94-4475-8012-c4bdf9dbf329 ResourceInvariantUUID:d925fc64-d2a9-427a-ab8b-c75b6e3cefd0 ResourceName:basic_cnf ResourceType:VF ResourceUUID:a0c71156-8ae5-4e29-a9f7-cf47e4f85bca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:89245e02-59ad-4b5b-8fc7-a46a4eb7713e 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:8f446ca0-8fb1-4f19-89b7-e9d84b6bb726 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:338bb2e6-56e8-45ce-b046-f2d0eb6bb3d2 ArtifactChecksum:ODQ5ZWEwYWU5Njc1Yjc4NjcxYjM5ZDcwY2I3NWE3ZWE= 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:9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:105512c5-9d4c-4768-8d5a-a1393e95ff64 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:105512c5-9d4c-4768-8d5a-a1393e95ff64 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:25:38.733Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0155420-01be-4c2a-9932-7af5c90537f1 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-28T06:25:38.754Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:25:38.755Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:25:38.755Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:25:38.755Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7eafbd78-ce54-47b3-8f73-16b467c10d21 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T06:25:38.755Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:38.755Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T06:25:39.343Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:39.346Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7eafbd78-ce54-47b3-8f73-16b467c10d21 68955 2022-05-28T06:25:39.347Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-28T06:25:39.347Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T06:25:39.347Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:39.347Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:39.349Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:39.349Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719139347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:39.449Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:39.450Z||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-28T06:25:39.450Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:39.460Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:39.461Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:40.350Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:25:40.351Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:25:40.351Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7eafbd78-ce54-47b3-8f73-16b467c10d21, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:40.351Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-28T06:25:40.352Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:40.352Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:40.465Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13919306305178128254/Definitions/service-BasicCnf-template.yml 2022-05-28T06:25:41.236Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T06:25:41.238Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fb520c6c-c2c6-4fd2-9e64-813c259ee854 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:41.239Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b0155420-01be-4c2a-9932-7af5c90537f1 Model Version:NULL Model InvariantUuid:6786a683-a81a-4005-92d6-7623c973620e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7d19ed90-b3c9-48d5-a4bf-7cdbd1e4e661 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d925fc64-d2a9-427a-ab8b-c75b6e3cefd0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:87b42a65-ae94-4475-8012-c4bdf9dbf329 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:46e788fd-b63f-4f47-ad54-2f1108ea6396 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:19dd51e1-64b1-4573-90ae-9546fdf9f9fa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fb520c6c-c2c6-4fd2-9e64-813c259ee854 ModelInvariantUuid:3d55900e-07f5-4b21-a788-0567f5b1a2cc ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2618809d-1c2f-41a3-9654-85e7829e3f6b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:156fad9d-b27b-4703-b3d3-b8dee923626b ModelInvariantUuid:aabf40d9-a0b4-4d10-b302-ee487c0fed6d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b2404478-0a70-49c0-90ed-ecad2b006fc1 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-28T06:25:41.244Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a0c71156-8ae5-4e29-a9f7-cf47e4f85bca 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-28T06:25:41.246Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-05-28T06:25:41.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0c71156-8ae5-4e29-a9f7-cf47e4f85bca 2022-05-28T06:25:41.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89245e02-59ad-4b5b-8fc7-a46a4eb7713e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-28T06:25:41.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:41.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-28T06:25:41.318Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:41.319Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 89245e02-59ad-4b5b-8fc7-a46a4eb7713e 12 2022-05-28T06:25:41.319Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-28T06:25:41.319Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-28T06:25:41.319Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:41.319Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:41.322Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:41.322Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719141319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:41.421Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:25:41.423Z||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-28T06:25:41.423Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:41.434Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:41.435Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:42.323Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f446ca0-8fb1-4f19-89b7-e9d84b6bb726 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-28T06:25:42.323Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:42.324Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-28T06:25:42.549Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:42.550Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8f446ca0-8fb1-4f19-89b7-e9d84b6bb726 2688 2022-05-28T06:25:42.552Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-28T06:25:42.552Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-28T06:25:42.553Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:42.553Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:42.554Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:42.554Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719142552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:42.654Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:42.655Z||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-28T06:25:42.655Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:42.665Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:42.665Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:43.558Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 338bb2e6-56e8-45ce-b046-f2d0eb6bb3d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-28T06:25:43.558Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:43.558Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-28T06:25:43.608Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:43.609Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 338bb2e6-56e8-45ce-b046-f2d0eb6bb3d2 828 2022-05-28T06:25:43.609Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-28T06:25:43.609Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-28T06:25:43.609Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:43.610Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:43.612Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:43.612Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719143609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:43.712Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:43.713Z||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-28T06:25:43.713Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:43.723Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:43.723Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:25:44.613Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "46e788fd-b63f-4f47-ad54-2f1108ea6396", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19dd51e1-64b1-4573-90ae-9546fdf9f9fa", "vfModuleModelCustomizationUUID": "efddb6f2-4812-4178-95cd-501abb91a830", "isBase": true, "artifacts": [ "8f446ca0-8fb1-4f19-89b7-e9d84b6bb726", "9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f", "105512c5-9d4c-4768-8d5a-a1393e95ff64" ], "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-28T06:25:44.620Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19dd51e1-64b1-4573-90ae-9546fdf9f9fa VfModuleModelInvariantUUID:46e788fd-b63f-4f47-ad54-2f1108ea6396 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f446ca0-8fb1-4f19-89b7-e9d84b6bb726 , 9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f , 105512c5-9d4c-4768-8d5a-a1393e95ff64 } 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-28T06:25:44.621Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "46e788fd-b63f-4f47-ad54-2f1108ea6396", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19dd51e1-64b1-4573-90ae-9546fdf9f9fa", "vfModuleModelCustomizationUUID": "efddb6f2-4812-4178-95cd-501abb91a830", "isBase": true, "artifacts": [ "8f446ca0-8fb1-4f19-89b7-e9d84b6bb726", "9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f", "105512c5-9d4c-4768-8d5a-a1393e95ff64" ], "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-28T06:25:44.621Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19dd51e1-64b1-4573-90ae-9546fdf9f9fa VfModuleModelInvariantUUID:46e788fd-b63f-4f47-ad54-2f1108ea6396 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f446ca0-8fb1-4f19-89b7-e9d84b6bb726 , 9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f , 105512c5-9d4c-4768-8d5a-a1393e95ff64 } 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-28T06:25:44.621Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-28T06:25:44.621Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:44.622Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-28T06:25:44.672Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:44.673Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9eeca7d4-8cea-42a9-aaaf-94a0c2eb411f 1164 2022-05-28T06:25:44.673Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-28T06:25:44.673Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-28T06:25:44.673Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:44.673Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:44.675Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:44.675Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719144673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:44.775Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:44.776Z||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-28T06:25:44.776Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:44.788Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:44.789Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:45.675Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 105512c5-9d4c-4768-8d5a-a1393e95ff64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-28T06:25:45.676Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:25:45.676Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-28T06:25:45.800Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:25:45.800Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 105512c5-9d4c-4768-8d5a-a1393e95ff64 200 2022-05-28T06:25:45.800Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-28T06:25:45.800Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-28T06:25:45.800Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:25:45.801Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:45.802Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:45.802Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719145800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:25:45.902Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:45.903Z||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-28T06:25:45.903Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:45.915Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:45.915Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:46.802Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b0155420-01be-4c2a-9932-7af5c90537f1 2022-05-28T06:25:46.803Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a0c71156-8ae5-4e29-a9f7-cf47e4f85bca 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=? 2022-05-28T06:25:46.816Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:25:46.822Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9db36ba, org.onap.sdc.toscaparser.api.parameters.Input@2a9b9309, org.onap.sdc.toscaparser.api.parameters.Input@1970f652, org.onap.sdc.toscaparser.api.parameters.Input@8c04c31, org.onap.sdc.toscaparser.api.parameters.Input@587ec575] 2022-05-28T06:25:46.823Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.824Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.824Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:25:46.824Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 87b42a65-ae94-4475-8012-c4bdf9dbf329 2022-05-28T06:25:46.824Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87b42a65-ae94-4475-8012-c4bdf9dbf329 matches Tosca VF Customization UUID: 87b42a65-ae94-4475-8012-c4bdf9dbf329 2022-05-28T06:25:46.824Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 87b42a65-ae94-4475-8012-c4bdf9dbf329 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-28T06:25:46.826Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.826Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.826Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 87b42a65-ae94-4475-8012-c4bdf9dbf329: {\"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-28T06:25:46.826Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a7cc4b2 2022-05-28T06:25:46.827Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.827Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:25:46.827Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : efddb6f2-4812-4178-95cd-501abb91a830 2022-05-28T06:25:46.827Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID efddb6f2-4812-4178-95cd-501abb91a830 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-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T06:25:46.829Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-28T06:25:46.830Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fb520c6c-c2c6-4fd2-9e64-813c259ee854 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-28T06:25:46.831Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.831Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:46.832Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:25:46.832Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.832Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T06:25:46.832Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=87b42a65-ae94-4475-8012-c4bdf9dbf329 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-28T06:25:46.833Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.833Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b0155420-01be-4c2a-9932-7af5c90537f1: basic_cnf 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:25:46.834Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:25:46.908Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a0c71156-8ae5-4e29-a9f7-cf47e4f85bca 1 ASDC deployResourceStructure 2022-05-28T06:25:46.908Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-28T06:25:46.908Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-28T06:25:46.908Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T06:25:46.909Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:46.910Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:46.910Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719146908, "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-28T06:25:47.010Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:47.011Z||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-28T06:25:47.011Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:47.027Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:47.027Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:47.911Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-28T06:25:47.911Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-28T06:25:47.912Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T06:25:47.912Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:47.913Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:47.913Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719147911, "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-28T06:25:48.013Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:48.014Z||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-28T06:25:48.014Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:48.025Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:48.026Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:48.914Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-28T06:25:48.915Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-28T06:25:48.915Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:25:48.915Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:48.917Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:48.917Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719148914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:25:49.017Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:49.018Z||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-28T06:25:49.018Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:49.031Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:49.031Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:49.917Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-28T06:25:49.918Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-28T06:25:49.919Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:25:49.919Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:49.921Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:49.921Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719149917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:25:50.021Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:25:50.025Z||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-28T06:25:50.026Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:50.038Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:50.038Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:50.923Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-28T06:25:50.923Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-28T06:25:50.923Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:25:50.923Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:50.925Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:50.925Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719150923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-28T06:25:51.025Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:51.028Z||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-28T06:25:51.029Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:51.039Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:51.040Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:51.927Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-28T06:25:51.927Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T06:25:51.927Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:25:51.928Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:25:51.930Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:25:51.930Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719151927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:25:52.030Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:25:52.031Z||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-28T06:25:52.032Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:25:52.044Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:25:52.044Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:25:52.930Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7e8e573-5ba0-4785-b049-8723f1bd5508 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:25:52.938Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:25:52.940Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:25:52.941Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:25:52.944Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:26:22.945Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7e8e573-5ba0-4785-b049-8723f1bd5508 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-28T06:26:22.954Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7e8e573-5ba0-4785-b049-8723f1bd5508 and serviceModelVersionId: b0155420-01be-4c2a-9932-7af5c90537f1 2022-05-28T06:26:22.955Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6786a683-a81a-4005-92d6-7623c973620e 2022-05-28T06:26:22.955Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?depth=0 2022-05-28T06:26:22.958Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:26:22.979Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?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-28T06:26:22.980Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?depth=0|INFO|500||Invoke 2022-05-28T06:26:22.995Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:26:23.687Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?depth=0|INFO|500||InvokeReturn 2022-05-28T06:26:23.688Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6786a683-a81a-4005-92d6-7623c973620e/model-vers/model-ver/b0155420-01be-4c2a-9932-7af5c90537f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-06:26:23:776-4821], vertex-id=[200952], Content-Length=[0], Date=[Sat, 28 May 2022 06:26:23 GMT], Content-Type=[application/json]} 2022-05-28T06:26:23.688Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:26:23.688Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:26:23.688Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:26:23.695Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:26:23.695Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7e8e573-5ba0-4785-b049-8723f1bd5508 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:26:23.695Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:26:23.696Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:23.697Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:23.697Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719183695, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:26:23.798Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:23.799Z||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-28T06:26:23.799Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:23.812Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:23.813Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:26:24.705Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:26:24.706Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|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-28T06:26:24.706Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:29.222Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:29.223Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:26:29.223Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b672914-6e05-4372-9cf7-8dfeadd2a404","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6229e12a-f18a-44d1-9693-a584e18087fa","serviceDescription":"service","serviceInvariantUUID":"37599653-8cdb-4862-877e-da60f9aee20c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73de582e-bc84-4eaa-a020-cf6235f3bf2a","resourceInvariantUUID":"e9f68aad-7111-440b-a943-5c7614daf54d","resourceCustomizationUUID":"44a7fff1-92c1-4b78-b026-1746e1b5fea4","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":"MDU3ZjYyOTY4NjZlOWE3YTA5MjMyNjBmYjAzMTZkYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"383909d6-b8b7-4aed-a46b-0a4ce08b2aa2","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":"NjY1OWY2MzJlY2E3NDE4NWI3YjQ4OGFlOWMyMDhlYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9925ca8d-6020-42dd-8f61-d082606d5be3","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":"054e0a82-1ddf-4649-b776-9b3715f83f07","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":"0dbe8836-f5f5-4a33-8eb2-149eb0991f07","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":"5639e202-3beb-484a-bff8-826dbdffcf77","artifactVersion":"2","generatedFromUUID":"054e0a82-1ddf-4649-b776-9b3715f83f07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjMzNWRjNTc5MDk2MTQ5ZTg5Mjk2NTU3ODU0M2EyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae68783e-7680-42dd-8dd8-1724a9b18ca6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjZjMDZhYzE4YTk2ODEwNjNlMWU3NDZmNDFiZGVjYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3456c2f9-9034-4d71-93ef-d180bb8982b7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:26:29.224Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:29.225Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:29.226Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:29.226Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:26:29.327Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:29.328Z||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-28T06:26:29.328Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:29.340Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:29.341Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:30.227Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:30.228Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:30.230Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:30.230Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:26:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:26:30.280Z||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-28T06:26:30.280Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:30.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:30.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:26:30.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbd762dc-67ca-49c4-8e06-bee4db2232a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719128686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:26:30.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:26:30.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:26:30.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:26:30.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:26:30.332Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-28T06:26:30.333Z||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-28T06:26:30.333Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:30.344Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:30.345Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:31.231Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:31.231Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:31.233Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:31.233Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:26:31.333Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:31.334Z||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-28T06:26:31.334Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:31.350Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:31.351Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:32.233Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:32.234Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:32.235Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:32.235Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:26:32.336Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:26:32.336Z||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-28T06:26:32.336Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:32.348Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:32.348Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:33.236Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:33.237Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:33.240Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:33.240Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:26:33.340Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:33.341Z||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-28T06:26:33.341Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:33.351Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:33.351Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:34.241Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:34.241Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:34.243Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:34.244Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:26:34.344Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:34.345Z||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-28T06:26:34.345Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:34.356Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:34.357Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:35.244Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:26:35.245Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:35.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:35.247Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:26:35.347Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:35.348Z||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-28T06:26:35.348Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:35.363Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:35.364Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:36.248Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6229e12a-f18a-44d1-9693-a584e18087fa", "serviceDescription": "service", "serviceInvariantUUID": "37599653-8cdb-4862-877e-da60f9aee20c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "44a7fff1-92c1-4b78-b026-1746e1b5fea4", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "73de582e-bc84-4eaa-a020-cf6235f3bf2a", "resourceInvariantUUID": "e9f68aad-7111-440b-a943-5c7614daf54d", "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": "NjY1OWY2MzJlY2E3NDE4NWI3YjQ4OGFlOWMyMDhlYmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9925ca8d-6020-42dd-8f61-d082606d5be3", "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": "054e0a82-1ddf-4649-b776-9b3715f83f07", "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": "5639e202-3beb-484a-bff8-826dbdffcf77", "generatedFromUUID": "054e0a82-1ddf-4649-b776-9b3715f83f07" }, "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": "5639e202-3beb-484a-bff8-826dbdffcf77", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjZjMDZhYzE4YTk2ODEwNjNlMWU3NDZmNDFiZGVjYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3456c2f9-9034-4d71-93ef-d180bb8982b7" } ], "workloadContext": "Production" } 2022-05-28T06:26:36.249Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:26:36.250Z|b7e8e573-5ba0-4785-b049-8723f1bd5508|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6229e12a-f18a-44d1-9693-a584e18087fa ASDC 2022-05-28T06:26:36.250Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:6b672914-6e05-4372-9cf7-8dfeadd2a404 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6229e12a-f18a-44d1-9693-a584e18087fa ServiceInvariantUUID:37599653-8cdb-4862-877e-da60f9aee20c 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:3456c2f9-9034-4d71-93ef-d180bb8982b7 ArtifactChecksum:NjZjMDZhYzE4YTk2ODEwNjNlMWU3NDZmNDFiZGVjYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:44a7fff1-92c1-4b78-b026-1746e1b5fea4 ResourceInvariantUUID:e9f68aad-7111-440b-a943-5c7614daf54d ResourceName:basic_vm ResourceType:VF ResourceUUID:73de582e-bc84-4eaa-a020-cf6235f3bf2a 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:9925ca8d-6020-42dd-8f61-d082606d5be3 ArtifactChecksum:NjY1OWY2MzJlY2E3NDE4NWI3YjQ4OGFlOWMyMDhlYmE= 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:054e0a82-1ddf-4649-b776-9b3715f83f07 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:5639e202-3beb-484a-bff8-826dbdffcf77 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:5639e202-3beb-484a-bff8-826dbdffcf77 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:26:36.251Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6229e12a-f18a-44d1-9693-a584e18087fa 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-28T06:26:36.272Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:26:36.273Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:26:36.273Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:26:36.273Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3456c2f9-9034-4d71-93ef-d180bb8982b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-28T06:26:36.273Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:26:36.273Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-28T06:26:37.051Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:26:37.053Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3456c2f9-9034-4d71-93ef-d180bb8982b7 71061 2022-05-28T06:26:37.053Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:37.054Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:37.054Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:26:37.054Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:37.055Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:37.055Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719197053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:26:37.156Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:26:37.157Z||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-28T06:26:37.157Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:37.171Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:37.172Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:38.056Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:26:38.057Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:26:38.057Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3456c2f9-9034-4d71-93ef-d180bb8982b7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.058Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-28T06:26:38.058Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.058Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.161Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1568659221602429620/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-28T06:26:38.875Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:26:38.875Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:26:38.876Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:38.877Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52312104-4055-43fa-9225-9eaed0e861d6 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.878Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:38.879Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:38.879Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6229e12a-f18a-44d1-9693-a584e18087fa Model Version:NULL Model InvariantUuid:37599653-8cdb-4862-877e-da60f9aee20c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:432b6ad5-b8ca-4c9b-b0f4-197eb71b3679 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9f68aad-7111-440b-a943-5c7614daf54d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:44a7fff1-92c1-4b78-b026-1746e1b5fea4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:787a9b37-f6dc-4437-ac77-ef9d7bbb0528 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:cb4a123c-aaba-45f5-b7d0-a8a294f5b35d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:52312104-4055-43fa-9225-9eaed0e861d6 ModelInvariantUuid:9761e27f-372f-4859-ae24-8b0e3d4b1298 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ef8b075d-01ef-4308-9f23-b76301d07a3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9a4166d2-691c-4872-a177-f3086e7b1eb6 ModelInvariantUuid:651afc02-805d-47a4-bc0e-1a2fba9bc178 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a13e4105-d290-4e6e-ad15-ba66ccf9a175 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-28T06:26:38.886Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 73de582e-bc84-4eaa-a020-cf6235f3bf2a 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-28T06:26:38.888Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-05-28T06:26:38.889Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73de582e-bc84-4eaa-a020-cf6235f3bf2a 2022-05-28T06:26:38.889Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9925ca8d-6020-42dd-8f61-d082606d5be3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-28T06:26:38.889Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:26:38.889Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:39.082Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:26:39.082Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9925ca8d-6020-42dd-8f61-d082606d5be3 787 2022-05-28T06:26:39.083Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:39.083Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:39.083Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:26:39.083Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:39.085Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:39.085Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719199083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:26:39.185Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:39.186Z||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-28T06:26:39.186Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:39.201Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:39.202Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:40.086Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "787a9b37-f6dc-4437-ac77-ef9d7bbb0528", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb4a123c-aaba-45f5-b7d0-a8a294f5b35d", "vfModuleModelCustomizationUUID": "4d524a45-5d4d-48fa-9184-b4a1367870f9", "isBase": true, "artifacts": [ "054e0a82-1ddf-4649-b776-9b3715f83f07", "5639e202-3beb-484a-bff8-826dbdffcf77" ], "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-28T06:26:40.090Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb4a123c-aaba-45f5-b7d0-a8a294f5b35d VfModuleModelInvariantUUID:787a9b37-f6dc-4437-ac77-ef9d7bbb0528 VfModuleModelDescription:NULL Artifacts UUID List:{ 054e0a82-1ddf-4649-b776-9b3715f83f07 , 5639e202-3beb-484a-bff8-826dbdffcf77 } 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-28T06:26:40.093Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "787a9b37-f6dc-4437-ac77-ef9d7bbb0528", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb4a123c-aaba-45f5-b7d0-a8a294f5b35d", "vfModuleModelCustomizationUUID": "4d524a45-5d4d-48fa-9184-b4a1367870f9", "isBase": true, "artifacts": [ "054e0a82-1ddf-4649-b776-9b3715f83f07", "5639e202-3beb-484a-bff8-826dbdffcf77" ], "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-28T06:26:40.093Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb4a123c-aaba-45f5-b7d0-a8a294f5b35d VfModuleModelInvariantUUID:787a9b37-f6dc-4437-ac77-ef9d7bbb0528 VfModuleModelDescription:NULL Artifacts UUID List:{ 054e0a82-1ddf-4649-b776-9b3715f83f07 , 5639e202-3beb-484a-bff8-826dbdffcf77 } 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-28T06:26:40.093Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 054e0a82-1ddf-4649-b776-9b3715f83f07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-28T06:26:40.093Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:26:40.093Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:40.146Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:26:40.147Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 054e0a82-1ddf-4649-b776-9b3715f83f07 5033 2022-05-28T06:26:40.147Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:40.147Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:40.147Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:26:40.147Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:40.149Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:40.149Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719200147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:26:40.249Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:40.250Z||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-28T06:26:40.251Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:40.266Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:40.266Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:41.150Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5639e202-3beb-484a-bff8-826dbdffcf77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-28T06:26:41.150Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:26:41.151Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:41.198Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:26:41.198Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5639e202-3beb-484a-bff8-826dbdffcf77 903 2022-05-28T06:26:41.198Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:41.198Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:41.198Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:26:41.199Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:41.200Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:41.201Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719201198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:26:41.301Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:41.302Z||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-28T06:26:41.302Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:41.313Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:41.314Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:26:42.201Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6229e12a-f18a-44d1-9693-a584e18087fa 2022-05-28T06:26:42.202Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 73de582e-bc84-4eaa-a020-cf6235f3bf2a 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-28T06:26:42.218Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16a4f4b2, org.onap.sdc.toscaparser.api.parameters.Input@5a8db9d1, org.onap.sdc.toscaparser.api.parameters.Input@20325b61, org.onap.sdc.toscaparser.api.parameters.Input@18eed061, org.onap.sdc.toscaparser.api.parameters.Input@29dea6aa] 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 44a7fff1-92c1-4b78-b026-1746e1b5fea4 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44a7fff1-92c1-4b78-b026-1746e1b5fea4 matches Tosca VF Customization UUID: 44a7fff1-92c1-4b78-b026-1746e1b5fea4 2022-05-28T06:26:42.219Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 44a7fff1-92c1-4b78-b026-1746e1b5fea4 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-28T06:26:42.222Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.222Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.223Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 44a7fff1-92c1-4b78-b026-1746e1b5fea4: {\"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-28T06:26:42.224Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4272c8a1 2022-05-28T06:26:42.224Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.224Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:26:42.224Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d524a45-5d4d-48fa-9184-b4a1367870f9 2022-05-28T06:26:42.224Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d524a45-5d4d-48fa-9184-b4a1367870f9 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-28T06:26:42.227Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.227Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:42.227Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:42.230Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:26:42.231Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52312104-4055-43fa-9225-9eaed0e861d6 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-28T06:26:42.233Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.234Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:42.234Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:26:42.234Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.234Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T06:26:42.234Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=44a7fff1-92c1-4b78-b026-1746e1b5fea4 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-28T06:26:42.235Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.235Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6229e12a-f18a-44d1-9693-a584e18087fa: basic_vm 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:26:42.236Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:42.311Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 73de582e-bc84-4eaa-a020-cf6235f3bf2a 1 ASDC deployResourceStructure 2022-05-28T06:26:42.311Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:42.311Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:42.311Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:26:42.312Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:42.313Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:42.313Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719202311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:26:42.413Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:42.415Z||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-28T06:26:42.416Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:42.427Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:42.428Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:43.314Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:43.314Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:43.314Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:26:43.314Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:43.316Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:43.316Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719203314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:26:43.416Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:43.417Z||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-28T06:26:43.417Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:43.429Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:43.430Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:44.317Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:44.318Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:44.318Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:26:44.318Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:44.320Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:44.320Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719204317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T06:26:44.421Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:44.422Z||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-28T06:26:44.422Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:44.434Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:44.435Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:45.321Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:45.322Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||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-28T06:26:45.322Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:26:45.322Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:26:45.324Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:26:45.324Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719205321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:26:45.424Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:26:45.425Z||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-28T06:26:45.425Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:26:45.443Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:26:45.444Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:26:46.324Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b672914-6e05-4372-9cf7-8dfeadd2a404 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:26:46.332Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:26:46.334Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:26:46.336Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:27:16.336Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b672914-6e05-4372-9cf7-8dfeadd2a404 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-28T06:27:16.340Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b672914-6e05-4372-9cf7-8dfeadd2a404 and serviceModelVersionId: 6229e12a-f18a-44d1-9693-a584e18087fa 2022-05-28T06:27:16.341Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37599653-8cdb-4862-877e-da60f9aee20c 2022-05-28T06:27:16.341Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?depth=0 2022-05-28T06:27:16.344Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:27:16.369Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?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-28T06:27:16.371Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?depth=0|INFO|500||Invoke 2022-05-28T06:27:16.384Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:27:16.785Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?depth=0|INFO|500||InvokeReturn 2022-05-28T06:27:16.786Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37599653-8cdb-4862-877e-da60f9aee20c/model-vers/model-ver/6229e12a-f18a-44d1-9693-a584e18087fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220528-06:27:17:164-61641], vertex-id=[213184], Content-Length=[0], Date=[Sat, 28 May 2022 06:27:17 GMT], Content-Type=[application/json]} 2022-05-28T06:27:16.786Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:27:16.787Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:27:16.787Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:27:16.792Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:27:16.793Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b672914-6e05-4372-9cf7-8dfeadd2a404 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:27:16.793Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:27:16.793Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:27:16.795Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:27:16.795Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719236793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:27:16.895Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:27:16.896Z||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-28T06:27:16.896Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:16.913Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:16.914Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 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-28T06:27:17.803Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:17.804Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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-28T06:27:17.804Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:27.343Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:27.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:27.345Z||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-28T06:27:27.345Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:30.279Z||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-28T06:27:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:30.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:30.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T06:27:30.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653718932382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719139347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719141319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719142552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719143609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719144673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719145800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719146908, "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-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719147911, "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-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719148914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719149917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719150923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719151927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7e8e573-5ba0-4785-b049-8723f1bd5508", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719183695, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:27:30.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T06:27:36.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:36.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:36.918Z||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-28T06:27:36.918Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:46.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:46.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:46.472Z||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-28T06:27:46.472Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:27:56.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:27:56.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:27:56.018Z||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-28T06:27:56.018Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:28:05.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:28:05.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:28:05.553Z||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-28T06:28:05.553Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:28:15.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:28:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:28:30.276Z||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-28T06:28:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:28:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:28:30.279Z||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-28T06:28:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:28:30.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:28:30.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:28:30.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:28:30.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:28:39.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:29:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:29:30.276Z||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-28T06:29:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:29:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:29:30.279Z||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-28T06:29:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:29:30.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:29:30.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:29:30.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T06:29:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:29:30.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719184705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719197053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719199083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719200147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719201198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719202311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719203314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719204317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719205321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b672914-6e05-4372-9cf7-8dfeadd2a404", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719236793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:29:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:29:39.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:30:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:30:30.276Z||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-28T06:30:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:30:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:30:30.279Z||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-28T06:30:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:30:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:30:39.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:31:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:31:30.278Z||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-28T06:31:30.278Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:31:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:31:30.279Z||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-28T06:31:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:31:39.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:31:39.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:32:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:32:30.275Z||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-28T06:32:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:32:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:32:30.279Z||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-28T06:32:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:32:39.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:32:39.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:33:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:33:30.275Z||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-28T06:33:30.275Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:33:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:33:30.279Z||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-28T06:33:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:33:39.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:33:39.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:34:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:34:30.275Z||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-28T06:34:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:34:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:34:30.278Z||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-28T06:34:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:34:39.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:34:39.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:35:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:35:30.276Z||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-28T06:35:30.276Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:35:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:35:30.279Z||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-28T06:35:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:35:39.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:35:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:36:30.275Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:36:30.275Z||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-28T06:36:30.275Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:36:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:36:30.279Z||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-28T06:36:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:36:39.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:36:39.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:37:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:37:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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-28T06:37:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:37:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:37:30.279Z||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-28T06:37:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:37:39.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:37:39.820Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:38:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:38:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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-28T06:38:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:38:30.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:38:30.279Z||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-28T06:38:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:38:39.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:38:39.859Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:30.275Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:39:30.276Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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-28T06:39:30.276Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:39:30.279Z||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-28T06:39:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:30.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:30.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T06:39:30.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719952979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719952613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719954374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:30.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T06:39:30.905Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:30.907Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:39:30.907Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5e91603-3d59-4d09-81fd-61fdbdaf03dc","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"19aaa48b-7bd4-48e3-bc3c-828a88160a4f","serviceDescription":"service","serviceInvariantUUID":"91bb9714-4a7b-4af9-8280-ef4da15b0cb7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"518b7cf1-1430-4970-ada8-950e34f03824","resourceInvariantUUID":"294a6b58-c6a2-4b8c-b408-a1ca7a3b5fec","resourceCustomizationUUID":"e8453068-4d3d-4b67-8a70-0a8639415c69","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":"YTNhNjlmODY5ZTBhMWE3YjhjZDE1MzA5ODI2M2NhNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16d74501-3f8c-472a-a6ad-64ce724574f5","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":"ZDIzMmNhZGFmZGExZmM4OTMzZTBlMGQ4MzQzNjA3M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"919baed3-fdb5-443b-867b-0c25f9f89ee3","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":"57a5373d-18ab-4c79-820d-5ddf2c489e6d","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":"66da09be-4b7a-40e6-a2df-c71fcaf3c158","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":"40c1f9bb-64ab-48d7-8a0d-0ddcf53feecc","artifactVersion":"2","generatedFromUUID":"cbf4c682-dc04-4797-a5a9-5c6b258b2d95"},{"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":"acfa75fb-b17f-4ae6-bf98-859fc71309aa","artifactVersion":"2","generatedFromUUID":"57a5373d-18ab-4c79-820d-5ddf2c489e6d"},{"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":"cbf4c682-dc04-4797-a5a9-5c6b258b2d95","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":"79fd2627-b243-449f-81c8-23ae459b2ad8","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":"MzIwYzI5MmYzYWY3Nzg4YzdkYjU4OWUyMzgwMzBhYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ea0d79c-2010-476b-bf10-cd7dbb34d7f4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDNiMzgyZTQ1Zjg4Zjg2YzczOTNmNWM0OWQ1MzEyMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54124094-21b2-40e4-8ef0-518a32abefdf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:39:30.909Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:30.909Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:30.913Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:30.913Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:31.013Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:31.014Z||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-28T06:39:31.014Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:31.026Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:31.027Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:31.914Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:31.915Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:31.917Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:31.917Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:39:32.018Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:39:32.019Z||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-28T06:39:32.020Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:32.032Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:32.033Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:39:32.917Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:32.918Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:32.920Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:32.920Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T06:39:33.020Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:33.021Z||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-28T06:39:33.021Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:33.033Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:33.033Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:33.921Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:33.921Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:33.924Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:33.924Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:34.024Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:34.026Z||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-28T06:39:34.026Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:34.038Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:34.039Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:34.930Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:34.931Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:34.933Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:34.933Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T06:39:35.033Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:35.034Z||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-28T06:39:35.034Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:35.046Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:35.046Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:35.933Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:35.934Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:35.937Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:35.937Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T06:39:36.037Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:39:36.039Z||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-28T06:39:36.039Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:36.051Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:36.051Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:36.938Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:36.939Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:36.940Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:36.940Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T06:39:37.041Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T06:39:37.042Z||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-28T06:39:37.042Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:37.055Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:37.056Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:37.941Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:37.942Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:37.944Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:37.944Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:38.044Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:38.045Z||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-28T06:39:38.045Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:38.086Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:38.087Z||pool-112-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:38.944Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:38.945Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:38.947Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:38.947Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:39:39.047Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:39.048Z||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-28T06:39:39.048Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:39.058Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:39.059Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:39.947Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:39:39.948Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:39.951Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:39.951Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:39:40.051Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:40.052Z||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-28T06:39:40.052Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:40.063Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:40.063Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:40.952Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "19aaa48b-7bd4-48e3-bc3c-828a88160a4f", "serviceDescription": "service", "serviceInvariantUUID": "91bb9714-4a7b-4af9-8280-ef4da15b0cb7", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e8453068-4d3d-4b67-8a70-0a8639415c69", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "518b7cf1-1430-4970-ada8-950e34f03824", "resourceInvariantUUID": "294a6b58-c6a2-4b8c-b408-a1ca7a3b5fec", "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": "ZDIzMmNhZGFmZGExZmM4OTMzZTBlMGQ4MzQzNjA3M2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "919baed3-fdb5-443b-867b-0c25f9f89ee3", "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": "57a5373d-18ab-4c79-820d-5ddf2c489e6d", "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": "acfa75fb-b17f-4ae6-bf98-859fc71309aa", "generatedFromUUID": "57a5373d-18ab-4c79-820d-5ddf2c489e6d" }, "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": "40c1f9bb-64ab-48d7-8a0d-0ddcf53feecc", "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": "acfa75fb-b17f-4ae6-bf98-859fc71309aa", "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": "cbf4c682-dc04-4797-a5a9-5c6b258b2d95", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDNiMzgyZTQ1Zjg4Zjg2YzczOTNmNWM0OWQ1MzEyMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54124094-21b2-40e4-8ef0-518a32abefdf" } ], "workloadContext": "Production" } 2022-05-28T06:39:40.952Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:39:40.952Z|6b672914-6e05-4372-9cf7-8dfeadd2a404|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19aaa48b-7bd4-48e3-bc3c-828a88160a4f ASDC 2022-05-28T06:39:40.953Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d5e91603-3d59-4d09-81fd-61fdbdaf03dc ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:19aaa48b-7bd4-48e3-bc3c-828a88160a4f ServiceInvariantUUID:91bb9714-4a7b-4af9-8280-ef4da15b0cb7 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:54124094-21b2-40e4-8ef0-518a32abefdf ArtifactChecksum:NDNiMzgyZTQ1Zjg4Zjg2YzczOTNmNWM0OWQ1MzEyMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e8453068-4d3d-4b67-8a70-0a8639415c69 ResourceInvariantUUID:294a6b58-c6a2-4b8c-b408-a1ca7a3b5fec ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:518b7cf1-1430-4970-ada8-950e34f03824 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:919baed3-fdb5-443b-867b-0c25f9f89ee3 ArtifactChecksum:ZDIzMmNhZGFmZGExZmM4OTMzZTBlMGQ4MzQzNjA3M2U= 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:57a5373d-18ab-4c79-820d-5ddf2c489e6d 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:acfa75fb-b17f-4ae6-bf98-859fc71309aa 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:40c1f9bb-64ab-48d7-8a0d-0ddcf53feecc 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:acfa75fb-b17f-4ae6-bf98-859fc71309aa 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:cbf4c682-dc04-4797-a5a9-5c6b258b2d95 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:39:40.953Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19aaa48b-7bd4-48e3-bc3c-828a88160a4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:39:40.987Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:39:40.988Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:39:40.988Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:39:40.988Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 54124094-21b2-40e4-8ef0-518a32abefdf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:40.988Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:40.988Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:41.203Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:41.211Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 54124094-21b2-40e4-8ef0-518a32abefdf 158202 2022-05-28T06:39:41.211Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:39:41.211Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:41.211Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:41.212Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:41.213Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:41.214Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719981211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:41.314Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:41.315Z||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-28T06:39:41.315Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:41.326Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:41.327Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:42.214Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:39:42.215Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:39:42.215Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 54124094-21b2-40e4-8ef0-518a32abefdf, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:42.216Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-28T06:39:42.216Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:42.216Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:42.323Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17500940586046923516/Definitions/service-BasicCnfMacro-template.yml 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:43.186Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:39:43.187Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:43.188Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e6ecf7dc-b4c4-4e09-8132-36caea668325 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:43.189Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:19aaa48b-7bd4-48e3-bc3c-828a88160a4f Model Version:NULL Model InvariantUuid:91bb9714-4a7b-4af9-8280-ef4da15b0cb7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:04b2dd3a-77e9-493c-a21f-7a049fe6bc88 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:294a6b58-c6a2-4b8c-b408-a1ca7a3b5fec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e8453068-4d3d-4b67-8a70-0a8639415c69 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e2059a4e-43a1-433a-ac05-3add1cefcfb4 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0cd175f0-7e53-4147-a87e-b966adc1c207 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:a5415c8e-cc68-405a-8d26-e2c9d9e2a5a9 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:3d2a9081-0876-4421-b679-9919677d7c56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e6ecf7dc-b4c4-4e09-8132-36caea668325 ModelInvariantUuid:ff910a8b-777d-47f3-900e-ae0c8dd9876e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ba90d129-231b-492e-a47c-e394fecc46a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4669deda-db7d-4f90-a2e1-8f6e64f42f68 ModelInvariantUuid:8c2fedcf-5a8c-4e79-bf12-b04f5e38a6fa ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:f54fd766-bf54-4757-8c78-374a9e08080c 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-28T06:39:43.198Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 518b7cf1-1430-4970-ada8-950e34f03824 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-28T06:39:43.203Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-05-28T06:39:43.204Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 518b7cf1-1430-4970-ada8-950e34f03824 2022-05-28T06:39:43.204Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 919baed3-fdb5-443b-867b-0c25f9f89ee3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T06:39:43.204Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:43.204Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T06:39:43.252Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:43.252Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 919baed3-fdb5-443b-867b-0c25f9f89ee3 1565 2022-05-28T06:39:43.253Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-28T06:39:43.253Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T06:39:43.253Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:43.254Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:43.256Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:43.256Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719983253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:43.356Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:43.357Z||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-28T06:39:43.357Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:43.369Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:43.370Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:44.257Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "a5415c8e-cc68-405a-8d26-e2c9d9e2a5a9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d2a9081-0876-4421-b679-9919677d7c56", "vfModuleModelCustomizationUUID": "1742b6b2-8aaf-4075-b3ac-90205d2d69d9", "isBase": true, "artifacts": [ "57a5373d-18ab-4c79-820d-5ddf2c489e6d", "acfa75fb-b17f-4ae6-bf98-859fc71309aa" ], "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": "e2059a4e-43a1-433a-ac05-3add1cefcfb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0cd175f0-7e53-4147-a87e-b966adc1c207", "vfModuleModelCustomizationUUID": "11ec4402-66fe-498b-a3a4-214c4507d196", "isBase": false, "artifacts": [ "cbf4c682-dc04-4797-a5a9-5c6b258b2d95" ], "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-28T06:39:44.262Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d2a9081-0876-4421-b679-9919677d7c56 VfModuleModelInvariantUUID:a5415c8e-cc68-405a-8d26-e2c9d9e2a5a9 VfModuleModelDescription:NULL Artifacts UUID List:{ 57a5373d-18ab-4c79-820d-5ddf2c489e6d , acfa75fb-b17f-4ae6-bf98-859fc71309aa } 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:0cd175f0-7e53-4147-a87e-b966adc1c207 VfModuleModelInvariantUUID:e2059a4e-43a1-433a-ac05-3add1cefcfb4 VfModuleModelDescription:NULL Artifacts UUID List:{ cbf4c682-dc04-4797-a5a9-5c6b258b2d95 } 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-28T06:39:44.264Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "a5415c8e-cc68-405a-8d26-e2c9d9e2a5a9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d2a9081-0876-4421-b679-9919677d7c56", "vfModuleModelCustomizationUUID": "1742b6b2-8aaf-4075-b3ac-90205d2d69d9", "isBase": true, "artifacts": [ "57a5373d-18ab-4c79-820d-5ddf2c489e6d", "acfa75fb-b17f-4ae6-bf98-859fc71309aa" ], "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": "e2059a4e-43a1-433a-ac05-3add1cefcfb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0cd175f0-7e53-4147-a87e-b966adc1c207", "vfModuleModelCustomizationUUID": "11ec4402-66fe-498b-a3a4-214c4507d196", "isBase": false, "artifacts": [ "cbf4c682-dc04-4797-a5a9-5c6b258b2d95" ], "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-28T06:39:44.264Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d2a9081-0876-4421-b679-9919677d7c56 VfModuleModelInvariantUUID:a5415c8e-cc68-405a-8d26-e2c9d9e2a5a9 VfModuleModelDescription:NULL Artifacts UUID List:{ 57a5373d-18ab-4c79-820d-5ddf2c489e6d , acfa75fb-b17f-4ae6-bf98-859fc71309aa } 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:0cd175f0-7e53-4147-a87e-b966adc1c207 VfModuleModelInvariantUUID:e2059a4e-43a1-433a-ac05-3add1cefcfb4 VfModuleModelDescription:NULL Artifacts UUID List:{ cbf4c682-dc04-4797-a5a9-5c6b258b2d95 } 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-28T06:39:44.265Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 57a5373d-18ab-4c79-820d-5ddf2c489e6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T06:39:44.265Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:44.265Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T06:39:44.317Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:44.317Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 57a5373d-18ab-4c79-820d-5ddf2c489e6d 914 2022-05-28T06:39:44.317Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-28T06:39:44.317Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T06:39:44.317Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:44.318Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:44.319Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:44.320Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719984317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:44.420Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:44.421Z||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-28T06:39:44.421Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:44.430Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:44.431Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:39:45.320Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40c1f9bb-64ab-48d7-8a0d-0ddcf53feecc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T06:39:45.321Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:45.322Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T06:39:45.521Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:45.522Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 40c1f9bb-64ab-48d7-8a0d-0ddcf53feecc 12 2022-05-28T06:39:45.523Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-28T06:39:45.523Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T06:39:45.523Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:45.523Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:45.526Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:45.526Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719985523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:45.626Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:39:45.627Z||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-28T06:39:45.627Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:45.638Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:45.638Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:46.528Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: acfa75fb-b17f-4ae6-bf98-859fc71309aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T06:39:46.529Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:46.529Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T06:39:46.724Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:46.725Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env acfa75fb-b17f-4ae6-bf98-859fc71309aa 96 2022-05-28T06:39:46.726Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-28T06:39:46.727Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T06:39:46.727Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:46.727Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:46.729Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:46.729Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719986726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:46.829Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:46.830Z||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-28T06:39:46.830Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:46.841Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:46.841Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:39:47.730Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbf4c682-dc04-4797-a5a9-5c6b258b2d95 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T06:39:47.730Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:39:47.730Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T06:39:48.019Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:39:48.019Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cbf4c682-dc04-4797-a5a9-5c6b258b2d95 20206 2022-05-28T06:39:48.020Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-28T06:39:48.020Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T06:39:48.020Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:39:48.020Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:48.022Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:48.022Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719988020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:39:48.122Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:48.123Z||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-28T06:39:48.123Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:48.135Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:48.135Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:49.027Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 19aaa48b-7bd4-48e3-bc3c-828a88160a4f 2022-05-28T06:39:49.028Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 518b7cf1-1430-4970-ada8-950e34f03824 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-28T06:39:49.042Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@531e7a58, org.onap.sdc.toscaparser.api.parameters.Input@2e919578, org.onap.sdc.toscaparser.api.parameters.Input@31b99107, org.onap.sdc.toscaparser.api.parameters.Input@780e7abb, org.onap.sdc.toscaparser.api.parameters.Input@58e21358] 2022-05-28T06:39:49.045Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.046Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.046Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:39:49.047Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e8453068-4d3d-4b67-8a70-0a8639415c69 2022-05-28T06:39:49.047Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8453068-4d3d-4b67-8a70-0a8639415c69 matches Tosca VF Customization UUID: e8453068-4d3d-4b67-8a70-0a8639415c69 2022-05-28T06:39:49.047Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e8453068-4d3d-4b67-8a70-0a8639415c69 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-28T06:39:49.050Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.050Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.050Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e8453068-4d3d-4b67-8a70-0a8639415c69: {\"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-28T06:39:49.051Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ce68977 2022-05-28T06:39:49.051Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.051Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:39:49.051Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 11ec4402-66fe-498b-a3a4-214c4507d196 2022-05-28T06:39:49.051Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 11ec4402-66fe-498b-a3a4-214c4507d196 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-28T06:39:49.054Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.054Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.055Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T06:39:49.056Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e8453068-4d3d-4b67-8a70-0a8639415c69 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-28T06:39:49.057Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 19aaa48b-7bd4-48e3-bc3c-828a88160a4f: basic_cnf_macro 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.058Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:39:49.059Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:39:49.092Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 518b7cf1-1430-4970-ada8-950e34f03824 2 ASDC deployResourceStructure 2022-05-28T06:39:49.092Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-28T06:39:49.092Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T06:39:49.093Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:39:49.093Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:49.094Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:49.094Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719989092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:39:49.195Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:49.195Z||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-28T06:39:49.196Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:49.208Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:49.209Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:50.095Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-28T06:39:50.095Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T06:39:50.096Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:39:50.096Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:50.098Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:50.098Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719990095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:39:50.198Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:50.199Z||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-28T06:39:50.199Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:50.211Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:50.211Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:51.098Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-28T06:39:51.099Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-28T06:39:51.099Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T06:39:51.099Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:51.101Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:51.101Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719991098, "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-28T06:39:51.201Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:51.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-28T06:39:51.203Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:51.215Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:51.216Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:52.102Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-28T06:39:52.102Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T06:39:52.102Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:39:52.102Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:52.104Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:52.104Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719992102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-28T06:39:52.204Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:52.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-28T06:39:52.205Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:52.217Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:52.217Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:53.106Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-28T06:39:53.107Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-28T06:39:53.107Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T06:39:53.107Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:53.110Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:53.110Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719993106, "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-28T06:39:53.210Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:53.211Z||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-28T06:39:53.211Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:53.222Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:53.222Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:54.110Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:39:54.112Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T06:39:54.112Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:39:54.112Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:39:54.114Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:39:54.115Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719994110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:39:54.215Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:39:54.216Z||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-28T06:39:54.216Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:39:54.226Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:39:54.227Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:39:55.116Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:39:55.124Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:39:55.126Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:39:55.126Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:39:55.126Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:40:25.126Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:40:25.132Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:40:25.134Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:40:25.134Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:40:25.134Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:40:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:40:30.279Z||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-28T06:40:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:40:30.297Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:40:30.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T06:40:30.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719970671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:40:30.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:40:55.134Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:40:55.140Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:40:55.141Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:40:55.142Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:40:55.142Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:41:25.142Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:41:25.148Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:41:25.150Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:41:25.150Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:41:25.150Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:41:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:41:30.279Z||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-28T06:41:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:41:30.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:41:30.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:41:30.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719970809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:41:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:41:55.150Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:41:55.156Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:41:55.158Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:41:55.158Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:41:55.158Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:42:25.158Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:42:25.166Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:25.168Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:42:25.168Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T06:42:25.168Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T06:42:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:42:30.279Z||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-28T06:42:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:42:30.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:42:30.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719972225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719972771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719973374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719973775, "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-28T06:42:30.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719973868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719974780, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719975360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "cds", "timestamp": 1653719975870, "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=? 2022-05-28T06:42:30.834Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.834Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719975946, "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-28T06:42:30.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719976740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719976367, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "multicloud-k8s-id", "timestamp": 1653719976954, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "policy-id", "timestamp": 1653719977370, "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-28T06:42:30.863Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719977779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "ves-openapi-manager", "timestamp": 1653719960315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719981211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719981786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:42:30.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "clamp", "timestamp": 1653719982792, "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-28T06:42:30.885Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.885Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719983253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719962844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719984700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719984317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719985021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "aai-ml", "timestamp": 1653719985705, "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-28T06:42:30.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5e91603-3d59-4d09-81fd-61fdbdaf03dc 2022-05-28T06:42:30.894Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:30.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719964501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719977964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719985523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "cds", "timestamp": 1653719986184, "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-28T06:42:30.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719986605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719986801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719986726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719987609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719988000, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719988020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "policy-id", "timestamp": 1653719988613, "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-28T06:42:30.925Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.925Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719989196, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719989092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719990233, "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-28T06:42:30.935Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.935Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719990095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.938Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719982979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "multicloud-k8s-id", "timestamp": 1653719991238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719991098, "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-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653719984373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719992180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719992102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719965824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719993106, "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-28T06:42:30.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719994088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719994110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653719995257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653719995091, "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-28T06:42:30.944Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.944Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653720003783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653720005309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653720005491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "aai-ml", "timestamp": 1653720006314, "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-28T06:42:30.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "clamp", "timestamp": 1653720006498, "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-28T06:42:30.973Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4de87c8-d550-4051-8656-27f957191059 2022-05-28T06:42:30.973Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4de87c8-d550-4051-8656-27f957191059 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-28T06:42:30.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653719996768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720000316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "multicloud-k8s-id", "timestamp": 1653719992613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653720011747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720011689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720012762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:42:30.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:30.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "cds", "timestamp": 1653720012903, "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-28T06:42:30.990Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:30.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:30.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720004500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:30.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "ves-openapi-manager", "timestamp": 1653720013766, "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-28T06:42:30.997Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:30.997Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720014205, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720015214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720007318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "policy-id", "timestamp": 1653720016217, "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-28T06:42:31.004Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:31.004Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720017136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720012979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720023317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720023086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720014373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "aai-ml", "timestamp": 1653720024322, "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-28T06:42:31.015Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:31.015Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:31.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720024689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:31.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653720025692, "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-28T06:42:31.021Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:31.021Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720027213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720028804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T06:42:31.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "clamp", "timestamp": 1653720029810, "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-28T06:42:31.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65a99071-3c51-4fdf-b6e2-930985127f60 2022-05-28T06:42:31.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:42:55.168Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:42:55.175Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:42:55.179Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:42:55.179Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:42:55.179Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:42:55.179Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:42:55.179Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:42:55.180Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:42:55.182Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:43:25.183Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc 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-28T06:43:25.201Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5e91603-3d59-4d09-81fd-61fdbdaf03dc and serviceModelVersionId: 19aaa48b-7bd4-48e3-bc3c-828a88160a4f 2022-05-28T06:43:25.202Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91bb9714-4a7b-4af9-8280-ef4da15b0cb7 2022-05-28T06:43:25.203Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?depth=0 2022-05-28T06:43:25.208Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:43:25.238Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?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-28T06:43:25.239Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?depth=0|INFO|500||Invoke 2022-05-28T06:43:25.260Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:43:25.852Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?depth=0|INFO|500||InvokeReturn 2022-05-28T06:43:25.853Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91bb9714-4a7b-4af9-8280-ef4da15b0cb7/model-vers/model-ver/19aaa48b-7bd4-48e3-bc3c-828a88160a4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-06:43:26:047-65890], vertex-id=[266480], Content-Length=[0], Date=[Sat, 28 May 2022 06:43:26 GMT], Content-Type=[application/json]} 2022-05-28T06:43:25.853Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:43:25.854Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:43:25.854Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:43:25.859Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:43:25.859Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5e91603-3d59-4d09-81fd-61fdbdaf03dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:43:25.859Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:43:25.860Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:25.862Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:25.862Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720205859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:43:25.962Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:25.963Z||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-28T06:43:25.964Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:25.978Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:25.979Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:43:26.874Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:43:26.874Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4de87c8-d550-4051-8656-27f957191059","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5ded1d2a-957a-43f6-94d1-d661b1328006","serviceDescription":"service","serviceInvariantUUID":"5d3ad888-0979-46dc-b745-74b542c0cc13","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d","resourceInvariantUUID":"69a6ed18-679e-44e4-b700-6fc5babfad86","resourceCustomizationUUID":"b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef","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":"NzNiYzgzY2U1ZTQxMDc4NTEzYTI5MDlmNmM4ZWE5ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d9c710-07e2-460f-94de-ae7cb977b296","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":"MjI0NTY1YmY3NDgxOTY5ODY0MDM4N2ViYTQ1MDE1NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b33a5653-a52c-4702-8a2e-76fa50bb8c95","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":"e2901c0e-40b7-47dd-9618-7245beff1082","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":"f9483337-b6c8-4384-a06a-4c5166217167","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":"0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc","artifactVersion":"2","generatedFromUUID":"e2901c0e-40b7-47dd-9618-7245beff1082"},{"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":"MWM4OTk4OWExMGRjODljOTc3MmY4YTI2YjlhMmY2MWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd2e0ed7-09a3-43f1-81d6-876db1efd852","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":"OTM4MGNjNWYzMmI3OTBiYTQ5NTE2M2YxMzUwNmJlZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b512f11b-0775-4baf-883c-38bbafb3357e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDYzNWI2ODc0NjdkMDFlMWViNTNhZjVmZDQ2OWQ1ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"733b7435-7d04-462d-a2b5-abe08099267e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:43:26.874Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:26.874Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:26.876Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:26.876Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:26.976Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:26.977Z||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-28T06:43:26.978Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:26.988Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:26.990Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:27.877Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:27.877Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:27.879Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:27.879Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:43:27.979Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:27.980Z||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-28T06:43:27.980Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:27.991Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:27.992Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:28.880Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:28.880Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:28.882Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:28.882Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:43:28.982Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:43:28.983Z||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-28T06:43:28.983Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:28.996Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:28.996Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:29.883Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:29.884Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:29.886Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:29.886Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:29.986Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:43:29.987Z||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-28T06:43:29.988Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:29.999Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:30.000Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:43:30.279Z||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-28T06:43:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:30.887Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:30.888Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:30.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:30.902Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:30.902Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5e91603-3d59-4d09-81fd-61fdbdaf03dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720205859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:43:30.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T06:43:30.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:43:30.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:43:30.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:30.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-28T06:43:30.990Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-05-28T06:43:30.991Z||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-28T06:43:30.991Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:31.001Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:31.001Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:31.903Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:31.903Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:31.905Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:31.905Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:32.005Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:32.006Z||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-28T06:43:32.006Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:32.017Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:32.017Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:32.906Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:32.907Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:32.909Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:32.909Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:43:33.009Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:43:33.010Z||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-28T06:43:33.011Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:33.024Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:33.024Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:43:33.910Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:43:33.910Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:33.912Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:33.912Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:43:34.012Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:34.013Z||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-28T06:43:34.013Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:34.025Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:34.026Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:43:34.913Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5ded1d2a-957a-43f6-94d1-d661b1328006", "serviceDescription": "service", "serviceInvariantUUID": "5d3ad888-0979-46dc-b745-74b542c0cc13", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d", "resourceInvariantUUID": "69a6ed18-679e-44e4-b700-6fc5babfad86", "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": "MjI0NTY1YmY3NDgxOTY5ODY0MDM4N2ViYTQ1MDE1NDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b33a5653-a52c-4702-8a2e-76fa50bb8c95", "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": "e2901c0e-40b7-47dd-9618-7245beff1082", "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": "0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc", "generatedFromUUID": "e2901c0e-40b7-47dd-9618-7245beff1082" }, "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": "0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDYzNWI2ODc0NjdkMDFlMWViNTNhZjVmZDQ2OWQ1ZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "733b7435-7d04-462d-a2b5-abe08099267e" } ], "workloadContext": "Production" } 2022-05-28T06:43:34.914Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:43:34.914Z|d5e91603-3d59-4d09-81fd-61fdbdaf03dc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ded1d2a-957a-43f6-94d1-d661b1328006 ASDC 2022-05-28T06:43:34.915Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c4de87c8-d550-4051-8656-27f957191059 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5ded1d2a-957a-43f6-94d1-d661b1328006 ServiceInvariantUUID:5d3ad888-0979-46dc-b745-74b542c0cc13 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:733b7435-7d04-462d-a2b5-abe08099267e ArtifactChecksum:MDYzNWI2ODc0NjdkMDFlMWViNTNhZjVmZDQ2OWQ1ZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef ResourceInvariantUUID:69a6ed18-679e-44e4-b700-6fc5babfad86 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d 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:b33a5653-a52c-4702-8a2e-76fa50bb8c95 ArtifactChecksum:MjI0NTY1YmY3NDgxOTY5ODY0MDM4N2ViYTQ1MDE1NDg= 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:e2901c0e-40b7-47dd-9618-7245beff1082 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:0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc 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:0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T06:43:34.915Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ded1d2a-957a-43f6-94d1-d661b1328006 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-28T06:43:34.942Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:43:34.943Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:43:34.943Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:43:34.944Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 733b7435-7d04-462d-a2b5-abe08099267e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T06:43:34.944Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:43:34.944Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T06:43:35.709Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:43:35.712Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 733b7435-7d04-462d-a2b5-abe08099267e 78806 2022-05-28T06:43:35.712Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:43:35.712Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T06:43:35.712Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:43:35.713Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:35.714Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:35.714Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720215712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:43:35.814Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:35.815Z||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-28T06:43:35.815Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:35.827Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:35.828Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:36.715Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:43:36.716Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:43:36.716Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 733b7435-7d04-462d-a2b5-abe08099267e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:36.716Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-28T06:43:36.717Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:36.717Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:36.825Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4177372163069162155/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-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.649Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T06:43:37.650Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T06:43:37.651Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7094c922-37ea-4dde-95df-f4a83fa9c679 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:37.652Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5ded1d2a-957a-43f6-94d1-d661b1328006 Model Version:NULL Model InvariantUuid:5d3ad888-0979-46dc-b745-74b542c0cc13 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ac017249-b638-43fb-8ce9-881d4afb8b9c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69a6ed18-679e-44e4-b700-6fc5babfad86 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:17e4f9af-1c00-47b6-b838-c2e745dde1e5 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a7af9234-c20d-45dc-9492-dcb772f06149 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7094c922-37ea-4dde-95df-f4a83fa9c679 ModelInvariantUuid:b57cbcf3-349f-442e-af1d-25bdbe8d86f5 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:771adf22-95a5-4e0b-a349-de7d3bf5a2fc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:92f02b2e-91ea-44c5-b058-d9f16d4669c4 ModelInvariantUuid:87aef60b-d5df-4526-a0ab-9c1c110df65e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:34e4471e-7f3b-44ef-821b-aec550ce5cde 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-28T06:43:37.659Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d 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-28T06:43:37.661Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-05-28T06:43:37.661Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d 2022-05-28T06:43:37.661Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b33a5653-a52c-4702-8a2e-76fa50bb8c95 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T06:43:37.661Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:43:37.661Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T06:43:37.898Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:43:37.899Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b33a5653-a52c-4702-8a2e-76fa50bb8c95 792 2022-05-28T06:43:37.899Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-28T06:43:37.899Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T06:43:37.899Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:43:37.899Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:37.901Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:37.901Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720217899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:43:38.001Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:38.002Z||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-28T06:43:38.002Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:38.020Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:38.021Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:38.902Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "17e4f9af-1c00-47b6-b838-c2e745dde1e5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7af9234-c20d-45dc-9492-dcb772f06149", "vfModuleModelCustomizationUUID": "734762cd-1afe-4e4f-a76a-0686d4ebd27b", "isBase": true, "artifacts": [ "e2901c0e-40b7-47dd-9618-7245beff1082", "0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc" ], "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-28T06:43:38.906Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7af9234-c20d-45dc-9492-dcb772f06149 VfModuleModelInvariantUUID:17e4f9af-1c00-47b6-b838-c2e745dde1e5 VfModuleModelDescription:NULL Artifacts UUID List:{ e2901c0e-40b7-47dd-9618-7245beff1082 , 0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc } 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-28T06:43:38.910Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "17e4f9af-1c00-47b6-b838-c2e745dde1e5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7af9234-c20d-45dc-9492-dcb772f06149", "vfModuleModelCustomizationUUID": "734762cd-1afe-4e4f-a76a-0686d4ebd27b", "isBase": true, "artifacts": [ "e2901c0e-40b7-47dd-9618-7245beff1082", "0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc" ], "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-28T06:43:38.910Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7af9234-c20d-45dc-9492-dcb772f06149 VfModuleModelInvariantUUID:17e4f9af-1c00-47b6-b838-c2e745dde1e5 VfModuleModelDescription:NULL Artifacts UUID List:{ e2901c0e-40b7-47dd-9618-7245beff1082 , 0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc } 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-28T06:43:38.910Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2901c0e-40b7-47dd-9618-7245beff1082 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T06:43:38.910Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:43:38.910Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T06:43:39.113Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:43:39.113Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e2901c0e-40b7-47dd-9618-7245beff1082 5033 2022-05-28T06:43:39.114Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-28T06:43:39.114Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T06:43:39.114Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:43:39.115Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:39.117Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:39.117Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720219114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:43:39.217Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:39.218Z||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-28T06:43:39.218Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:39.235Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:39.236Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:43:40.118Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T06:43:40.118Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:43:40.119Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T06:43:40.304Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:43:40.305Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0a3faf9f-fdfd-43f0-aeff-f78de0efb4cc 903 2022-05-28T06:43:40.305Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-28T06:43:40.305Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T06:43:40.305Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:43:40.305Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:40.306Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:40.307Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720220305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:43:40.406Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:43:40.408Z||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-28T06:43:40.408Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:40.423Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:40.424Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:41.307Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5ded1d2a-957a-43f6-94d1-d661b1328006 2022-05-28T06:43:41.307Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:43:41.317Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502beea, org.onap.sdc.toscaparser.api.parameters.Input@9db7a0d, org.onap.sdc.toscaparser.api.parameters.Input@1c8f5c6d, org.onap.sdc.toscaparser.api.parameters.Input@5d6f20f7, org.onap.sdc.toscaparser.api.parameters.Input@4d0a205e] 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef matches Tosca VF Customization UUID: b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef 2022-05-28T06:43:41.320Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef 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-28T06:43:41.322Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.323Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.323Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef: {\"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-28T06:43:41.323Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d159417 2022-05-28T06:43:41.323Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.324Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T06:43:41.324Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 734762cd-1afe-4e4f-a76a-0686d4ebd27b 2022-05-28T06:43:41.324Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 734762cd-1afe-4e4f-a76a-0686d4ebd27b 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-28T06:43:41.326Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.326Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:41.326Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:41.326Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.327Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:41.327Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:41.327Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.327Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T06:43:41.328Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T06:43:41.328Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T06:43:41.328Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7094c922-37ea-4dde-95df-f4a83fa9c679 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-28T06:43:41.330Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.330Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:41.330Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T06:43:41.330Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.330Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T06:43:41.331Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b9ae60eb-1cb6-4f63-873c-e3aa7a8309ef 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-28T06:43:41.339Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.339Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.339Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5ded1d2a-957a-43f6-94d1-d661b1328006: basic_vm_macro 2022-05-28T06:43:41.339Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.339Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:43:41.340Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T06:43:41.419Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fd1d023a-c6f2-4ce5-b5cf-6721f4624a4d 1 ASDC deployResourceStructure 2022-05-28T06:43:41.419Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-28T06:43:41.420Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T06:43:41.420Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:43:41.420Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:41.421Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:41.421Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720221419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:43:41.521Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:41.522Z||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-28T06:43:41.522Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:41.536Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:41.536Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:42.422Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-28T06:43:42.422Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T06:43:42.422Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:43:42.422Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:42.424Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:42.424Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720222422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:43:42.524Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:42.525Z||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-28T06:43:42.525Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:42.536Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:42.536Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:43.425Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-28T06:43:43.426Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T06:43:43.426Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:43:43.426Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:43.429Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:43.429Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720223425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T06:43:43.529Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:43.530Z||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-28T06:43:43.530Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:43.546Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:43.547Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:44.430Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:43:44.430Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T06:43:44.430Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:43:44.430Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:43:44.432Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:43:44.432Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720224430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:43:44.532Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:43:44.533Z||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-28T06:43:44.533Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:43:44.544Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:43:44.545Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:43:45.433Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4de87c8-d550-4051-8656-27f957191059 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:43:45.440Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4de87c8-d550-4051-8656-27f957191059 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-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:43:45.442Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:43:45.444Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:44:15.445Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4de87c8-d550-4051-8656-27f957191059 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-28T06:44:15.448Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4de87c8-d550-4051-8656-27f957191059 and serviceModelVersionId: 5ded1d2a-957a-43f6-94d1-d661b1328006 2022-05-28T06:44:15.449Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d3ad888-0979-46dc-b745-74b542c0cc13 2022-05-28T06:44:15.449Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0 2022-05-28T06:44:15.454Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:44:15.477Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0|INFO|500||Invoke 2022-05-28T06:44:15.478Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4de87c8-d550-4051-8656-27f957191059], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2828b602-168f-45cb-9197-e758fca70b81], X-ECOMP-RequestID=[c4de87c8-d550-4051-8656-27f957191059], X-TransactionId=[], X-ONAP-RequestID=[c4de87c8-d550-4051-8656-27f957191059], Content-Type=[application/merge-patch+json]} 2022-05-28T06:44:15.495Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:44:15.912Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?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/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-06:44:16:278-66788], vertex-id=[229552], Content-Length=[0], Date=[Sat, 28 May 2022 06:44:16 GMT], Content-Type=[application/json]} 2022-05-28T06:44:15.912Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:44:15.913Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d3ad888-0979-46dc-b745-74b542c0cc13/model-vers/model-ver/5ded1d2a-957a-43f6-94d1-d661b1328006?depth=0|INFO|500||InvokeReturn 2022-05-28T06:44:15.913Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:44:15.913Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:44:15.919Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:44:15.919Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4de87c8-d550-4051-8656-27f957191059 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:44:15.920Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:44:15.920Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:15.922Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:15.922Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720255919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:44:16.022Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:16.023Z||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-28T06:44:16.023Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:16.039Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:16.040Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T06:44:16.938Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:44:16.940Z|c4de87c8-d550-4051-8656-27f957191059|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-28T06:44:16.940Z|c4de87c8-d550-4051-8656-27f957191059|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:21.359Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:21.360Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T06:44:21.360Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"65a99071-3c51-4fdf-b6e2-930985127f60","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"46c503b2-3b97-4b35-b077-10be19c8a676","serviceDescription":"service","serviceInvariantUUID":"d9041d20-c205-43cf-9a5d-9f99768b15ad","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"50698726-db7c-43b7-8260-b9183abc1bd3","resourceInvariantUUID":"b89b2af3-f764-4d77-a257-040d364d3fd8","resourceCustomizationUUID":"bb4d7b1e-6036-49c3-864b-faf8afe3a652","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":"YzkwZTM5MjQ2MTc5NDk3MDNkMzk1NzJiNTQzZjgxNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97f0da29-e811-4dcf-9555-5bbde3becf51","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":"1164231e-9310-4552-b622-def1b76e85dc","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":"d91f1c91-7756-465b-a107-8b222989e6f0","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":"MGRkZDRmMzNmZTZlNzNlOTBlMTc3NDIxYmRjMzcyZmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8e9bde7e-f941-4215-92b3-b2b89b1b7cf0","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":"11051466-7120-48a9-a1fd-6959d900c827","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":"d24db2da-22f3-4a7e-a95e-b4ad46a0f158","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":"f65abe2a-9684-4043-9d37-3bf61e2b87c4","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":"MGFlZTc0MWI2NDliNDJkNWVlNzU2YTkxZWY5NzllMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75cbd2b6-6344-4fac-8e4d-3989eac5669c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjMxOGRiOGI4NTRmNmNjNDEwZDVhZGRiNGZjMmY5NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T06:44:21.361Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:21.361Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:21.364Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:21.364Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:21.463Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:21.464Z||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-28T06:44:21.465Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:21.477Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:21.477Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:22.364Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:22.365Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:22.367Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:22.367Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:22.467Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:22.468Z||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-28T06:44:22.468Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:22.479Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:22.480Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:23.368Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:23.368Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:23.370Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:23.370Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:23.470Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:44:23.471Z||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-28T06:44:23.471Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:23.483Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:23.484Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:44:24.371Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:24.371Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:24.373Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:24.373Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:24.473Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:44:24.474Z||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-28T06:44:24.474Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:24.485Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:24.485Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:25.374Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:25.374Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:25.376Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:25.376Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:25.476Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:44:25.477Z||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-28T06:44:25.477Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:25.501Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:25.501Z||pool-149-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:26.377Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:26.378Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:26.380Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:26.380Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:26.480Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:26.481Z||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-28T06:44:26.481Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:26.494Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:26.494Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:27.381Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:27.381Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:27.383Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:27.383Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:27.483Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:44:27.484Z||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-28T06:44:27.484Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:27.499Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:27.499Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:28.384Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:28.384Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:28.387Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:28.387Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:44:28.487Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:28.490Z||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-28T06:44:28.491Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:28.504Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:28.505Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:29.388Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T06:44:29.389Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:29.391Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:29.391Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:44:29.491Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:44:29.492Z||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-28T06:44:29.492Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:29.505Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:29.506Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:44:30.279Z||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-28T06:44:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:30.392Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "46c503b2-3b97-4b35-b077-10be19c8a676", "serviceDescription": "service", "serviceInvariantUUID": "d9041d20-c205-43cf-9a5d-9f99768b15ad", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "bb4d7b1e-6036-49c3-864b-faf8afe3a652", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "50698726-db7c-43b7-8260-b9183abc1bd3", "resourceInvariantUUID": "b89b2af3-f764-4d77-a257-040d364d3fd8", "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": "MjMxOGRiOGI4NTRmNmNjNDEwZDVhZGRiNGZjMmY5NTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df" } ], "workloadContext": "Production" } 2022-05-28T06:44:30.393Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T06:44:30.394Z|c4de87c8-d550-4051-8656-27f957191059|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46c503b2-3b97-4b35-b077-10be19c8a676 ASDC 2022-05-28T06:44:30.394Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:65a99071-3c51-4fdf-b6e2-930985127f60 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:46c503b2-3b97-4b35-b077-10be19c8a676 ServiceInvariantUUID:d9041d20-c205-43cf-9a5d-9f99768b15ad 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:b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df ArtifactChecksum:MjMxOGRiOGI4NTRmNmNjNDEwZDVhZGRiNGZjMmY5NTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:bb4d7b1e-6036-49c3-864b-faf8afe3a652 ResourceInvariantUUID:b89b2af3-f764-4d77-a257-040d364d3fd8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:50698726-db7c-43b7-8260-b9183abc1bd3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-28T06:44:30.395Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46c503b2-3b97-4b35-b077-10be19c8a676 ASDC treatNotification 2022-05-28T06:44:30.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:30.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-28T06:44:30.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T06:44:30.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 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-28T06:44:30.412Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:44:30.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:44:30.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:44:30.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T06:44:30.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-28T06:44:30.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T06:44:31.623Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-28T06:44:31.627Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df 105667 2022-05-28T06:44:31.628Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:44:31.628Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T06:44:31.628Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T06:44:31.628Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:31.630Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:31.631Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720271628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:44:31.730Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:31.731Z||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-28T06:44:31.732Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:31.746Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:31.747Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T06:44:32.631Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T06:44:32.632Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-28T06:44:32.632Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b0132a4e-fd6e-40d6-8cd9-6cbfbdefb7df, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:32.633Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-28T06:44:32.633Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:32.633Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:32.698Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6378253851536432334/Definitions/service-TestPnfMacro-template.yml 2022-05-28T06:44:33.192Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:44:33.193Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.194Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:46c503b2-3b97-4b35-b077-10be19c8a676 Model Version:NULL Model InvariantUuid:d9041d20-c205-43cf-9a5d-9f99768b15ad 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-28T06:44:33.199Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 50698726-db7c-43b7-8260-b9183abc1bd3 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-28T06:44:33.201Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-05-28T06:44:33.201Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 50698726-db7c-43b7-8260-b9183abc1bd3 2022-05-28T06:44:33.201Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 46c503b2-3b97-4b35-b077-10be19c8a676 2022-05-28T06:44:33.201Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 46c503b2-3b97-4b35-b077-10be19c8a676 2022-05-28T06:44:33.201Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 50698726-db7c-43b7-8260-b9183abc1bd3 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-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@292e0dcb, org.onap.sdc.toscaparser.api.parameters.Input@23c6269e, org.onap.sdc.toscaparser.api.parameters.Input@60ddf1d5, org.onap.sdc.toscaparser.api.parameters.Input@29b2d37d, org.onap.sdc.toscaparser.api.parameters.Input@702bd3d5] 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 46c503b2-3b97-4b35-b077-10be19c8a676: test-pnf 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Processing PNF resource: 50698726-db7c-43b7-8260-b9183abc1bd3 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T06:44:33.205Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||Resource customization UUID: bb4d7b1e-6036-49c3-864b-faf8afe3a652 is the same as notified resource customizationUUID: bb4d7b1e-6036-49c3-864b-faf8afe3a652 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-28T06:44:33.230Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 50698726-db7c-43b7-8260-b9183abc1bd3 0 ASDC deployResourceStructure 2022-05-28T06:44:33.230Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T06:44:33.230Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T06:44:33.231Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T06:44:33.231Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:44:33.232Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:44:33.233Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720273230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:44:33.332Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T06:44:33.333Z||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-28T06:44:33.333Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:44:33.347Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:44:33.347Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T06:44:34.233Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65a99071-3c51-4fdf-b6e2-930985127f60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:44:34.241Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.242Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T06:44:34.243Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T06:44:34.245Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T06:45:04.245Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65a99071-3c51-4fdf-b6e2-930985127f60 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-28T06:45:04.251Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65a99071-3c51-4fdf-b6e2-930985127f60 and serviceModelVersionId: 46c503b2-3b97-4b35-b077-10be19c8a676 2022-05-28T06:45:04.251Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9041d20-c205-43cf-9a5d-9f99768b15ad 2022-05-28T06:45:04.252Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?depth=0 2022-05-28T06:45:04.258Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T06:45:04.278Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?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-28T06:45:04.281Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?depth=0|INFO|500||Invoke 2022-05-28T06:45:04.294Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T06:45:05.395Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?depth=0|INFO|500||InvokeReturn 2022-05-28T06:45:05.395Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9041d20-c205-43cf-9a5d-9f99768b15ad/model-vers/model-ver/46c503b2-3b97-4b35-b077-10be19c8a676?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-06:45:05:078-41155], vertex-id=[540896], Content-Length=[0], Date=[Sat, 28 May 2022 06:45:05 GMT], Content-Type=[application/json]} 2022-05-28T06:45:05.396Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T06:45:05.396Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T06:45:05.396Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T06:45:05.401Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T06:45:05.402Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65a99071-3c51-4fdf-b6e2-930985127f60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T06:45:05.402Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T06:45:05.402Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-28T06:45:05.404Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T06:45:05.404Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720305402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:45:05.504Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T06:45:05.504Z||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-28T06:45:05.505Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:05.520Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:05.521Z||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-28T06:45:06.413Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:06.414Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:45:06.414Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:15.950Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:15.951Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:15.951Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:45:15.951Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:25.486Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:25.487Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:25.487Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:45:25.487Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:30.279Z||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-28T06:45:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:30.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:30.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653719970275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720215712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720217899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T06:45:30.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720219114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720220305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720221419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720222422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720223425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720224430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4de87c8-d550-4051-8656-27f957191059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720255919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720256938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T06:45:30.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-28T06:45:35.022Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:35.022Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:35.023Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:45:35.023Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:44.567Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:45:44.568Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:45:44.568Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:45:44.568Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:45:54.104Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:46:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:46:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:46:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:46:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:46:30.279Z||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-28T06:46:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:46:30.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:46:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:46:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720271628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720273230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a99071-3c51-4fdf-b6e2-930985127f60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653720305402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T06:46:30.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T06:46:39.826Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:47:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:47:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:47:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:47:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:47:30.279Z||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-28T06:47:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:47:39.820Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:47:39.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:48:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:48:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:48:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:48:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:48:30.279Z||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-28T06:48:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:48:39.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:48:39.820Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:49:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:49:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:49:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:49:30.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:49:30.279Z||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-28T06:49:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:49:39.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:49:39.818Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:50:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:50:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:50:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:50:30.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:50:30.279Z||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-28T06:50:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:50:39.816Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:50:39.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:51:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:51:30.275Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:51:30.276Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:51:30.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:51:30.278Z||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-28T06:51:30.278Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:51:39.816Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:51:39.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:52:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:52:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:52:30.276Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:52:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:52:30.279Z||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-28T06:52:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:52:39.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:52:39.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:53:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:53:30.276Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:53:30.276Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:53:30.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:53:30.279Z||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-28T06:53:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:53:39.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:53:39.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:54:30.276Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:54:30.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:54:30.278Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:54:30.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:54:30.279Z||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-28T06:54:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:54:39.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:54:39.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:55:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:55:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:55:30.276Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:55:30.278Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:55:30.279Z|65a99071-3c51-4fdf-b6e2-930985127f60|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-28T06:55:30.279Z|65a99071-3c51-4fdf-b6e2-930985127f60|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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:55:39.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:55:39.819Z|65a99071-3c51-4fdf-b6e2-930985127f60|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:56:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:56:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:56:30.275Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:56:30.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:56:30.279Z||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-28T06:56:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:56:39.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:56:39.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:57:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:57:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:57:30.275Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:57:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:57:30.279Z||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-28T06:57:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:57:39.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:57:39.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:58:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:58:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:58:30.275Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:58:30.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:58:30.279Z||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-28T06:58:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:58:39.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:58:39.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:59:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:59:30.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T06:59:30.275Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T06:59:30.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T06:59:30.282Z||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-28T06:59:30.282Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T06:59:39.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T06:59:39.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T07:00:30.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T07:00:30.276Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T07:00:30.276Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kpBtx0LP7KTTrIIu) ... 2022-05-28T07:00:30.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T07:00:30.279Z||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-28T07:00:30.279Z||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 kpBtx0LP7KTTrIIu) ... 2022-05-28T07:00:39.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T07:00:39.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK