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-26T05:24:39.901Z||main|||||INFO|500||The following profiles are active: basic 2022-05-26T05:24:51.455Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-26T05:24:51.455Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-26T05:24:51.564Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-26T05:24:55.492Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-26T05:24:55.872Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-26T05:24:56.326Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-26T05:24:56.334Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-26T05:24:56.441Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-26T05:24:56.647Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-26T05:24:57.262Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-26T05:24:58.967Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-26T05:25:01.403Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-26T05:25:01.461Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-26T05:25:02.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-26T05:25:02.223Z||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-26T05:25:03.286Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-26T05:25:04.257Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-26T05:25:04.275Z||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-26T05:25:04.276Z||main|||||WARN|500||The sdc end point is not alive 2022-05-26T05:25:07.019Z||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-26T05:25:09.929Z||main|||||WARN|500||--- 2022-05-26T05:25:09.930Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-26T05:25:09.930Z||main|||||WARN|500||--- 2022-05-26T05:25:10.381Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-26T05:25:14.919Z||main|||||INFO|500||Started Application in 38.393 seconds (JVM running for 40.86) 2022-05-26T05:25:14.939Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-26T05:25:14.940Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-26T05:25:14.952Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-26T05:25:14.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-26T05:25:15.023Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28a48a74-4d32-42d2-91c3-bd5484820139 url= /sdc/v1/artifactTypes 2022-05-26T05:25:15.023Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-26T05:25:15.312Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-26T05:25:15.337Z||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-26T05:25:15.359Z||scheduling-1|||||DEBUG|500||create keys 2022-05-26T05:25:15.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-26T05:25:15.399Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:25:15.453Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa73b70e-6a2a-413b-8fb9-56adde730d3e url= /sdc/v1/registerForDistribution 2022-05-26T05:25:15.651Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa73b70e-6a2a-413b-8fb9-56adde730d3e url= /sdc/v1/registerForDistribution 2022-05-26T05:25:15.652Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-26T05:25:15.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:25:15.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:25:15.691Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-26T05:25:15.690Z||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-26T05:25:15.698Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:25:15.700Z||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-26T05:25:15.701Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:25:26.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:25:26.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:26:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:26:15.664Z||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-26T05:26:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:26:15.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:26:15.668Z||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-26T05:26:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:26:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:26:25.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:27:15.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:27:15.667Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:27:15.667Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:27:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:27:15.668Z||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-26T05:27:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:27:25.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:27:25.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:28:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:28:15.665Z||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-26T05:28:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:28:15.668Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:28:15.669Z||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-26T05:28:15.669Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:28:25.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:28:25.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:29:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:29:15.664Z||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-26T05:29:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:29:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:29:15.668Z||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-26T05:29:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:29:25.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:29:25.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:30:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:30:15.664Z||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-26T05:30:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:30:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:30:15.669Z||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-26T05:30:15.669Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:30:25.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:30:25.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:31:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:31:15.664Z||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-26T05:31:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:31:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:31:15.668Z||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-26T05:31:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:31:25.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:31:25.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:32:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:32:15.664Z||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-26T05:32:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:32:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:32:15.669Z||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-26T05:32:15.669Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:32:25.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:32:25.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:33:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:33:15.664Z||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-26T05:33:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:33:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:33:15.668Z||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-26T05:33:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:33:25.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:33:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:34:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:34:15.664Z||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-26T05:34:15.664Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:34:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:34:15.667Z||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-26T05:34:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:34:25.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:34:25.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:34:44.905Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-26T05:35:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:35:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:35:15.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:35:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:35:15.667Z||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-26T05:35:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:35:25.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:35:25.216Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:36:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:36:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:36:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:36:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:36:15.668Z||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-26T05:36:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:36:25.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:36:25.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:37:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:37:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:37:15.666Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:37:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:37:15.668Z||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-26T05:37:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:37:25.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:37:25.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:38:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:38:15.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:38:15.667Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:38:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:38:15.668Z||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-26T05:38:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:38:25.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:38:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:39:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:39:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:39:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:39:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:39:15.668Z||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-26T05:39:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:39:25.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:39:25.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:40:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:40:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:40:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:40:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:40:15.668Z||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-26T05:40:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:40:25.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:40:25.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:41:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:41:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:41:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:41:15.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:41:15.668Z||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-26T05:41:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:41:25.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:41:25.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:42:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:42:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:42:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:42:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:42:15.668Z||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-26T05:42:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:42:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:42:25.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:43:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:43:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:43:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:43:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:43:15.668Z||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-26T05:43:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:43:25.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:43:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:44:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:44:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:44:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:44:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:44:15.667Z||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-26T05:44:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:44:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:44:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:45:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:45:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:45:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:45:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:45:15.668Z||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-26T05:45:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:45:25.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:45:25.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:46:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:46:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:46:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:46:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:46:15.668Z||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-26T05:46:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:46:25.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:46:25.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:47:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:47:15.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:47:15.666Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:47:15.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:47:15.668Z||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-26T05:47:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:47:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:47:25.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:48:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:48:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:48:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:48:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:48:15.668Z||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-26T05:48:15.669Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:48:25.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:48:25.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:49:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:49:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:49:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:49:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:49:15.668Z||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-26T05:49:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:49:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:49:25.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:50:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:50:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:50:15.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:50:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:50:15.668Z||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-26T05:50:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:50:25.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:50:25.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:51:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:51:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:51:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:51:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:51:15.668Z||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-26T05:51:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:51:25.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:51:25.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:52:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:52:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:52:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:52:15.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:52:15.668Z||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-26T05:52:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:52:25.212Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:52:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:53:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:53:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:53:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:53:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:53:15.668Z||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-26T05:53:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:53:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:53:25.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:54:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:54:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:54:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:54:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:54:15.668Z||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-26T05:54:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:54:25.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:54:25.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:55:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:55:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:55:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:55:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:55:15.668Z||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-26T05:55:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:55:25.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:55:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:56:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:56:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:56:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:56:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:56:15.668Z||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-26T05:56:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:56:25.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:56:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:57:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:57:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:57:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:57:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:57:15.668Z||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-26T05:57:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:57:25.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:57:25.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:58:15.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:58:15.665Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:58:15.666Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:58:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:58:15.668Z||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-26T05:58:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:58:25.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:58:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:59:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:59:15.665Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T05:59:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:59:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T05:59:15.667Z||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-26T05:59:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T05:59:25.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T05:59:25.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:00:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:00:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:00:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:00:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:00:15.668Z||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-26T06:00:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:00:25.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:00:25.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:01:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:01:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:01:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:01:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:01:15.668Z||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-26T06:01:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:01:25.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:01:25.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:02:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:02:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:02:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:02:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:02:15.668Z||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-26T06:02:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:02:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:02:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:03:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:03:15.664Z||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-26T06:03:15.665Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:03:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:03:15.668Z||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-26T06:03:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:03:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:03:25.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:04:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:04:15.664Z||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-26T06:04:15.664Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:04:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:04:15.668Z||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-26T06:04:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:04:25.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:04:25.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:05:15.664Z||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-26T06:05:15.664Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:05:15.668Z||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-26T06:05:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:15.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:05:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:15.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:05:15.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:15.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:05:16.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:16.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:05:16.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6382f2af-045d-4cf9-82c2-faf8dc8debe7","serviceName":"vFW 2022-05-26 06-02-50","serviceVersion":"1.0","serviceUUID":"eef5df82-6898-4154-a887-5389e3082bb8","serviceDescription":"catalog service description","serviceInvariantUUID":"2280753e-8f6e-4073-be8d-a599e36555ea","resources":[{"resourceInstanceName":"vFW d311a38b-81e6 0","resourceName":"vFW d311a38b-81e6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa","resourceInvariantUUID":"1789f5df-a47f-4ed4-922b-8d0d3b20969e","resourceCustomizationUUID":"d6fab1b5-2bcd-472c-abdf-f5cc313b811a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml","artifactChecksum":"NWU5ODFjZTI5NjdkYmQyYWI5ZjQyNmYzMmJhMzUwMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2376831a-758b-4770-a12b-6e58988cfe7e","artifactVersion":"1"},{"artifactName":"vfwd311a38b81e60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json","artifactChecksum":"YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cbfe837-c611-496a-b87c-5a905f5f2c8c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"531dfbb5-9050-4bd0-965e-9d2f67441e6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml","artifactChecksum":"YjZlZjliZmQ2MDY2NGU4OGYyMGU1YmUzNjI1MjEyOWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36deba32-0283-4539-92fe-d7dfd4131b54","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6da3cfc-7b81-4444-b6d5-8552d584c3d4","artifactVersion":"2","generatedFromUUID":"531dfbb5-9050-4bd0-965e-9d2f67441e6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220526060250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml","artifactChecksum":"NDU1YmM0NDFmM2ZlMjZhN2RlYmFlZWM5OTZjOTljOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b2b77a4-4ba2-4eec-af83-b5095db53a21","artifactVersion":"1"},{"artifactName":"service-Vfw20220526060250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar","artifactChecksum":"NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd755cef-2cfa-4f85-9fbe-e4641f44b94e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:05:16.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:16.318Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:16.329Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:16.329Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:16.428Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-26T06:05:16.433Z||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-26T06:05:16.433Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:16.468Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:16.469Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:17.336Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:17.336Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:17.338Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:17.338Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOTIFIED" } 2022-05-26T06:05:17.439Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:17.440Z||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-26T06:05:17.440Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:17.454Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:17.454Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:18.339Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:18.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:18.342Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:18.342Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T06:05:18.442Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:18.443Z||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-26T06:05:18.443Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:18.457Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:18.457Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:19.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:19.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:19.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:19.346Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:19.446Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:19.447Z||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-26T06:05:19.447Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:19.461Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:19.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:05:20.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:20.348Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:20.350Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:20.351Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T06:05:20.451Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:20.451Z||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-26T06:05:20.451Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:20.464Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:20.465Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:05:21.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:21.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:21.354Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:21.355Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:05:21.455Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:21.456Z||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-26T06:05:21.456Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:21.469Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:21.469Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:05:22.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:05:22.357Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:22.359Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:22.359Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:05:22.459Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:22.460Z||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-26T06:05:22.460Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:22.474Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:22.475Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:23.362Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "serviceName": "vFW 2022-05-26 06-02-50", "serviceVersion": "1.0", "serviceUUID": "eef5df82-6898-4154-a887-5389e3082bb8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2280753e-8f6e-4073-be8d-a599e36555ea", "resources": [ { "resourceInstanceName": "vFW d311a38b-81e6 0", "resourceCustomizationUUID": "d6fab1b5-2bcd-472c-abdf-f5cc313b811a", "resourceName": "vFW d311a38b-81e6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa", "resourceInvariantUUID": "1789f5df-a47f-4ed4-922b-8d0d3b20969e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd311a38b81e60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "artifactChecksum": "YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9cbfe837-c611-496a-b87c-5a905f5f2c8c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "531dfbb5-9050-4bd0-965e-9d2f67441e6c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b6da3cfc-7b81-4444-b6d5-8552d584c3d4", "generatedFromUUID": "531dfbb5-9050-4bd0-965e-9d2f67441e6c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b6da3cfc-7b81-4444-b6d5-8552d584c3d4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220526060250-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "artifactChecksum": "NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd755cef-2cfa-4f85-9fbe-e4641f44b94e" } ], "workloadContext": "Production" } 2022-05-26T06:05:23.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:05:23.364Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eef5df82-6898-4154-a887-5389e3082bb8 ASDC 2022-05-26T06:05:23.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6382f2af-045d-4cf9-82c2-faf8dc8debe7 ServiceName:vFW 2022-05-26 06-02-50 ServiceVersion:1.0 ServiceUUID:eef5df82-6898-4154-a887-5389e3082bb8 ServiceInvariantUUID:2280753e-8f6e-4073-be8d-a599e36555ea ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220526060250-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar ArtifactUUID:fd755cef-2cfa-4f85-9fbe-e4641f44b94e ArtifactChecksum:NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d311a38b-81e6 0 ResourceCustomizationUUID:d6fab1b5-2bcd-472c-abdf-f5cc313b811a ResourceInvariantUUID:1789f5df-a47f-4ed4-922b-8d0d3b20969e ResourceName:vFW d311a38b-81e6 ResourceType:VF ResourceUUID:8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd311a38b81e60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json ArtifactUUID:9cbfe837-c611-496a-b87c-5a905f5f2c8c ArtifactChecksum:YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I= 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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml ArtifactUUID:531dfbb5-9050-4bd0-965e-9d2f67441e6c 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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ArtifactUUID:b6da3cfc-7b81-4444-b6d5-8552d584c3d4 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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ArtifactUUID:b6da3cfc-7b81-4444-b6d5-8552d584c3d4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:05:23.477Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eef5df82-6898-4154-a887-5389e3082bb8 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-26T06:05:23.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:05:23.751Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fd755cef-2cfa-4f85-9fbe-e4641f44b94e from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-26T06:05:23.753Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:24.164Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-26T06:05:24.180Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar fd755cef-2cfa-4f85-9fbe-e4641f44b94e 99020 2022-05-26T06:05:24.181Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar ASDC sendASDCNotification 2022-05-26T06:05:24.181Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:24.182Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:05:24.183Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:24.184Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:24.185Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545124180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:05:24.285Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:24.286Z||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-26T06:05:24.286Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:24.340Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:24.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:25.185Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:05:25.186Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-26T06:05:25.187Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fd755cef-2cfa-4f85-9fbe-e4641f44b94e, URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar to file: /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:25.187Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220526060250-csar.csar 2022-05-26T06:05:25.265Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:25.266Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:25.988Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP78259272673975100/Definitions/service-Vfw20220526060250-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-26T06:05:28.710Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d311a38b-81e6 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-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-26T06:05:28.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:28.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-26T06:05:28.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:05:28.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f10ad4f5-9599-4e25-be64-e46a5037bf25 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f8f9731-6649-4f3b-a2a6-b716aaaf359e 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a91e438e-acaa-4c15-8576-a72edb330d3b 2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-26 06-02-50 Description:catalog service description Model UUID:eef5df82-6898-4154-a887-5389e3082bb8 Model Version:NULL Model InvariantUuid:2280753e-8f6e-4073-be8d-a599e36555ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d311a38b-81e6 Model UUID:253863c5-7ab2-434b-8c4a-871a62fcd51a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1789f5df-a47f-4ed4-922b-8d0d3b20969e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d6fab1b5-2bcd-472c-abdf-f5cc313b811a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8a376f95-dd1d-44a0-b8e6-113af06c6c4f ModelName:VfwD311a38b81e6..base_vfw..module-0 ModelUuid:ce4ae07e-4591-4d66-b7a4-a94573adf8e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f10ad4f5-9599-4e25-be64-e46a5037bf25 ModelInvariantUuid:96c24d78-a99e-4efc-954e-7a0d836057d0 ModelName:vFW d311a38b-81e6-nodes.vfwCvfc ModelUuid:85601530-1b3f-4c94-8582-696b8165d418 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:28b66646-8f9f-46f4-9767-42b3746d190e ModelInvariantUuid:900596cd-3c03-43ef-b6db-cad20e30a2ef ModelName:VfwD311a38b81e6.compute.nodes.heat.vfw ModelUuid:e34b7b67-5fbe-4a20-b740-9baeeb89f712 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3f8f9731-6649-4f3b-a2a6-b716aaaf359e ModelInvariantUuid:020ffc7f-3994-4f15-a443-396e17d533eb ModelName:vFW d311a38b-81e6-nodes.vsnCvfc ModelUuid:d59182ab-a524-4a52-ae52-8d0aedef3ad2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:995f61eb-b659-46c8-abc9-aefc4067a586 ModelInvariantUuid:a86eb2be-2c7d-41e4-adde-ea0416dbcfa8 ModelName:VfwD311a38b81e6.compute.nodes.heat.vsn ModelUuid:33c6f763-64c0-4ba9-9b6b-4c52e825e03e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a91e438e-acaa-4c15-8576-a72edb330d3b ModelInvariantUuid:79ea28fe-a908-4ac0-9e5f-0c24f5c216f4 ModelName:vFW d311a38b-81e6-nodes.vpgCvfc ModelUuid:9d0706c8-09be-4296-86d2-459cd03c1be8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3c869c49-224e-4b70-b8b9-9f4e6cfcd101 ModelInvariantUuid:d4466c8a-0c51-4c29-8d48-523966b0a3cf ModelName:VfwD311a38b81e6.compute.nodes.heat.vpg ModelUuid:ba26c75e-faf2-45af-b5bb-1dc8f354b0d3 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-26T06:05:28.788Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa 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-26T06:05:28.878Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||vFW d311a38b-81e6 0 2022-05-26T06:05:28.885Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa 2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9cbfe837-c611-496a-b87c-5a905f5f2c8c from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 2022-05-26T06:05:29.459Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 9cbfe837-c611-496a-b87c-5a905f5f2c8c 785 2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json ASDC sendASDCNotification 2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:05:29.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:29.463Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:29.463Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545129460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:05:29.563Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:05:29.564Z||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-26T06:05:29.566Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:29.597Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:29.597Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:30.465Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD311a38b81e6..base_vfw..module-0", "vfModuleModelInvariantUUID": "8a376f95-dd1d-44a0-b8e6-113af06c6c4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce4ae07e-4591-4d66-b7a4-a94573adf8e0", "vfModuleModelCustomizationUUID": "643d52e2-9dc5-4cc3-a05c-cfac6b13ba73", "isBase": true, "artifacts": [ "531dfbb5-9050-4bd0-965e-9d2f67441e6c", "b6da3cfc-7b81-4444-b6d5-8552d584c3d4" ], "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-26T06:05:30.478Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD311a38b81e6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce4ae07e-4591-4d66-b7a4-a94573adf8e0 VfModuleModelInvariantUUID:8a376f95-dd1d-44a0-b8e6-113af06c6c4f VfModuleModelDescription:NULL Artifacts UUID List:{ 531dfbb5-9050-4bd0-965e-9d2f67441e6c , b6da3cfc-7b81-4444-b6d5-8552d584c3d4 } 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-26T06:05:30.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD311a38b81e6..base_vfw..module-0", "vfModuleModelInvariantUUID": "8a376f95-dd1d-44a0-b8e6-113af06c6c4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce4ae07e-4591-4d66-b7a4-a94573adf8e0", "vfModuleModelCustomizationUUID": "643d52e2-9dc5-4cc3-a05c-cfac6b13ba73", "isBase": true, "artifacts": [ "531dfbb5-9050-4bd0-965e-9d2f67441e6c", "b6da3cfc-7b81-4444-b6d5-8552d584c3d4" ], "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-26T06:05:30.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD311a38b81e6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce4ae07e-4591-4d66-b7a4-a94573adf8e0 VfModuleModelInvariantUUID:8a376f95-dd1d-44a0-b8e6-113af06c6c4f VfModuleModelDescription:NULL Artifacts UUID List:{ 531dfbb5-9050-4bd0-965e-9d2f67441e6c , b6da3cfc-7b81-4444-b6d5-8552d584c3d4 } 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-26T06:05:30.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 531dfbb5-9050-4bd0-965e-9d2f67441e6c from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 2022-05-26T06:05:30.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-26T06:05:30.483Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 2022-05-26T06:05:30.765Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-26T06:05:30.766Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 531dfbb5-9050-4bd0-965e-9d2f67441e6c 20368 2022-05-26T06:05:30.766Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:30.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:30.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545130766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:05:30.869Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:30.872Z||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-26T06:05:30.872Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:30.888Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:30.889Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:31.770Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6da3cfc-7b81-4444-b6d5-8552d584c3d4 from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env 2022-05-26T06:05:31.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-26T06:05:31.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env 2022-05-26T06:05:31.969Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env b6da3cfc-7b81-4444-b6d5-8552d584c3d4 2098 2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env 2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:31.980Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:31.980Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545131970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:05:32.073Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-05-26T06:05:32.074Z||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-26T06:05:32.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:32.092Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:32.092Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:32.981Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: eef5df82-6898-4154-a887-5389e3082bb8 2022-05-26T06:05:32.982Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d311a38b-81e6 0 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa 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-26T06:05:33.029Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78640f2e, org.onap.sdc.toscaparser.api.parameters.Input@a22058, org.onap.sdc.toscaparser.api.parameters.Input@189bf61e, org.onap.sdc.toscaparser.api.parameters.Input@7e991676, org.onap.sdc.toscaparser.api.parameters.Input@265c6bf4] 2022-05-26T06:05:33.033Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.033Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d6fab1b5-2bcd-472c-abdf-f5cc313b811a 2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a matches Tosca VF Customization UUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a 2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a 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-26T06:05:33.040Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.041Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d6fab1b5-2bcd-472c-abdf-f5cc313b811a: {\"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-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@579edc2 2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:05:33.043Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 643d52e2-9dc5-4cc3-a05c-cfac6b13ba73 2022-05-26T06:05:33.044Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 643d52e2-9dc5-4cc3-a05c-cfac6b13ba73 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-26T06:05:33.049Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.050Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.050Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T06:05:33.054Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.054Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f10ad4f5-9599-4e25-be64-e46a5037bf25 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-26T06:05:33.062Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f8f9731-6649-4f3b-a2a6-b716aaaf359e 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-26T06:05:33.068Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.069Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.069Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria 2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a91e438e-acaa-4c15-8576-a72edb330d3b 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-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria 2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=d6fab1b5-2bcd-472c-abdf-f5cc313b811a 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-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid eef5df82-6898-4154-a887-5389e3082bb8: vFW d311a38b-81e6 2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:05:33.082Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-26 06-02-50 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:05:33.341Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d311a38b-81e6 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa 1 ASDC deployResourceStructure 2022-05-26T06:05:33.342Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json ASDC sendASDCNotification 2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:33.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:33.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545133342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:05:33.449Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:05:33.450Z||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-26T06:05:33.450Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:33.483Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:33.484Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:34.351Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-26T06:05:34.352Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 2022-05-26T06:05:34.352Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:05:34.353Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:34.354Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:34.355Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545134351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:05:34.455Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:34.456Z||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-26T06:05:34.456Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:34.473Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:34.473Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:35.356Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-26T06:05:35.356Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env 2022-05-26T06:05:35.357Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:05:35.357Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:35.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:35.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545135356, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-26T06:05:35.459Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:05:35.460Z||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-26T06:05:35.461Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:35.476Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:35.476Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:36.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar ASDC sendASDCNotification 2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar 2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:05:36.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:05:36.364Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545136360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:05:36.464Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:05:36.465Z||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-26T06:05:36.465Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:05:36.504Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:05:36.505Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:05:37.365Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:05:37.387Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:05:37.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:05:37.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:05:37.413Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:06:07.414Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:06:07.428Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:06:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:06:15.668Z||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-26T06:06:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:06:15.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:06:15.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:06:15.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:06:15.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:06:37.432Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:06:37.441Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:07:07.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:07:07.458Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:07:07.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:07:07.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:07:07.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:07:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:07:15.668Z||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-26T06:07:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:07:15.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:07:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOTIFIED" } 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOTIFIED" } 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545107289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545114230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545114979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545115663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545122805, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545122791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545122892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545123803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "cds", "timestamp": 1653545123914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-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-26T06:07:15.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545124180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "policy-id", "timestamp": 1653545124809, "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-26T06:07:15.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.744Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOTIFIED" } 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545129460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "ves-openapi-manager", "timestamp": 1653545123638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545130766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.763Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545125096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545131970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545133052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545133342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545127431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545134348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545134351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545135580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545135356, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545136035, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545136360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545137108, "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-26T06:07:15.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545137970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "multicloud-k8s-id", "timestamp": 1653545138115, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545140006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "clamp", "timestamp": 1653545141017, "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-26T06:07:15.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545141768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545141793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545142780, "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-26T06:07:15.807Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.807Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "aai-ml", "timestamp": 1653545142799, "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-26T06:07:15.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7 2022-05-26T06:07:15.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:07:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545154230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545157431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545165783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545165861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545166868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545159979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-26T06:07:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "policy-id", "timestamp": 1653545167872, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:07:15.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:07:15.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545168251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545168161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545169257, "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-26T06:07:15.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:07:15.875Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:07:15.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "cds", "timestamp": 1653545169170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-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-26T06:07:15.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:07:15.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:07:15.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "ves-openapi-manager", "timestamp": 1653545163638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545165095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545173158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545167289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545174373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545175107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545175553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:07:37.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:07:37.474Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:07:37.486Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:08:07.487Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-26T06:08:07.497Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 and serviceModelVersionId: eef5df82-6898-4154-a887-5389e3082bb8 2022-05-26T06:08:07.497Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2280753e-8f6e-4073-be8d-a599e36555ea 2022-05-26T06:08:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:08:15.668Z||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-26T06:08:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:16.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:16.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545176578, "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-26T06:08:16.211Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:08:16.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:08:16.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:08:16.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "multicloud-k8s-id", "timestamp": 1653545177585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545175098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545181883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "aai-ml", "timestamp": 1653545182887, "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-26T06:08:16.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:08:16.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545189972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545191979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:08:16.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "clamp", "timestamp": 1653545192983, "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-26T06:08:16.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049 2022-05-26T06:08:16.244Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:08:21.541Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0 2022-05-26T06:08:21.643Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:08:22.138Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?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-26T06:08:22.143Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|INFO|500||Invoke 2022-05-26T06:08:22.248Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:08:22.471Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|INFO|500||InvokeReturn 2022-05-26T06:08:22.471Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220526-06:08:22:635-45411], vertex-id=[188464], Content-Length=[0], Date=[Thu, 26 May 2022 06:08:22 GMT], Content-Type=[application/json]} 2022-05-26T06:08:22.472Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:08:22.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:08:22.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:08:22.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:08:22.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6382f2af-045d-4cf9-82c2-faf8dc8debe7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:08:22.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:08:22.483Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:22.484Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:22.485Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545302482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:08:22.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:08:22.585Z||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-26T06:08:22.585Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:22.600Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:22.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-26T06:08:23.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:08:23.497Z||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-26T06:08:23.497Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:27.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:27.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:08:27.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8eaf845-a2c4-4c08-b150-6004836b8049","serviceName":"basic_onboard_ebdRKP","serviceVersion":"1.0","serviceUUID":"a8431ce8-4e56-4a2a-965a-9afe801c55f9","serviceDescription":"service","serviceInvariantUUID":"2db5ee09-0ae6-4874-8e0b-b3903710f0d8","resources":[{"resourceInstanceName":"basic_onboard_ebdRKP 0","resourceName":"basic_onboard_ebdRKP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1","resourceInvariantUUID":"2cf8b1e3-c90a-41c0-960a-5f22145922a9","resourceCustomizationUUID":"c456519b-1d22-4f86-8b05-d43abfacf58f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml","artifactChecksum":"YTZmNDQzZTFhN2VjZDk2MWNmNDJlNWNjOGQzYjVmMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35e0fb35-6b11-4959-b469-3ce1d60d0c21","artifactVersion":"1"},{"artifactName":"basic_onboard_ebdrkp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json","artifactChecksum":"MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"565fa36e-cfe8-46dd-8a72-cd5ff2611789","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03e4de29-8722-465a-a544-d12984ad09ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a1dc12a-62f1-4a0c-8cd0-1d053d4a13b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"18e9f824-2004-4385-8044-0771701ca808","artifactVersion":"2","generatedFromUUID":"03e4de29-8722-465a-a544-d12984ad09ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEbdrkp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml","artifactChecksum":"OGVkYTNkNTBmMGEwY2ZhM2E0MWQyZjRmZjY2NzJhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfd08de0-3e1c-4c7e-aebd-049c649b64fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEbdrkp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar","artifactChecksum":"MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c12722f2-5b18-450e-8fe5-9469aea2330e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:08:27.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:27.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:27.958Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:27.958Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:28.058Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:28.059Z||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-26T06:08:28.059Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:28.075Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:28.076Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:28.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:28.960Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:28.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:28.962Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:08:29.062Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:29.063Z||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-26T06:08:29.064Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:29.082Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:29.083Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:29.962Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:29.963Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:29.964Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:29.965Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-26T06:08:30.065Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:30.065Z||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-26T06:08:30.066Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:30.084Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:30.085Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:30.965Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:30.966Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:30.968Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:30.968Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:31.068Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:31.069Z||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-26T06:08:31.069Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:31.083Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:31.083Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:31.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:31.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:31.971Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:31.971Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-26T06:08:32.071Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:32.072Z||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-26T06:08:32.072Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:32.087Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:32.087Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:32.972Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:32.973Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:32.975Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:32.975Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:08:33.075Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:33.076Z||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-26T06:08:33.076Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:33.090Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:33.090Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:33.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:08:33.976Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:33.978Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:33.978Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:08:34.078Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:34.079Z||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-26T06:08:34.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:34.093Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:34.094Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:34.980Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "serviceName": "basic_onboard_ebdRKP", "serviceVersion": "1.0", "serviceUUID": "a8431ce8-4e56-4a2a-965a-9afe801c55f9", "serviceDescription": "service", "serviceInvariantUUID": "2db5ee09-0ae6-4874-8e0b-b3903710f0d8", "resources": [ { "resourceInstanceName": "basic_onboard_ebdRKP 0", "resourceCustomizationUUID": "c456519b-1d22-4f86-8b05-d43abfacf58f", "resourceName": "basic_onboard_ebdRKP", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1", "resourceInvariantUUID": "2cf8b1e3-c90a-41c0-960a-5f22145922a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ebdrkp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "artifactChecksum": "MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "565fa36e-cfe8-46dd-8a72-cd5ff2611789", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "03e4de29-8722-465a-a544-d12984ad09ee", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "18e9f824-2004-4385-8044-0771701ca808", "generatedFromUUID": "03e4de29-8722-465a-a544-d12984ad09ee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "18e9f824-2004-4385-8044-0771701ca808", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardEbdrkp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "artifactChecksum": "MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c12722f2-5b18-450e-8fe5-9469aea2330e" } ], "workloadContext": "Production" } 2022-05-26T06:08:34.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:08:34.980Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8431ce8-4e56-4a2a-965a-9afe801c55f9 ASDC 2022-05-26T06:08:34.981Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f8eaf845-a2c4-4c08-b150-6004836b8049 ServiceName:basic_onboard_ebdRKP ServiceVersion:1.0 ServiceUUID:a8431ce8-4e56-4a2a-965a-9afe801c55f9 ServiceInvariantUUID:2db5ee09-0ae6-4874-8e0b-b3903710f0d8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardEbdrkp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar ArtifactUUID:c12722f2-5b18-450e-8fe5-9469aea2330e ArtifactChecksum:MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ebdRKP 0 ResourceCustomizationUUID:c456519b-1d22-4f86-8b05-d43abfacf58f ResourceInvariantUUID:2cf8b1e3-c90a-41c0-960a-5f22145922a9 ResourceName:basic_onboard_ebdRKP ResourceType:VF ResourceUUID:d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ebdrkp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json ArtifactUUID:565fa36e-cfe8-46dd-8a72-cd5ff2611789 ArtifactChecksum:MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY= 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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml ArtifactUUID:03e4de29-8722-465a-a544-d12984ad09ee 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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ArtifactUUID:18e9f824-2004-4385-8044-0771701ca808 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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ArtifactUUID:18e9f824-2004-4385-8044-0771701ca808 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:08:34.981Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8431ce8-4e56-4a2a-965a-9afe801c55f9 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-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c12722f2-5b18-450e-8fe5-9469aea2330e from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:08:35.012Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:35.577Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar c12722f2-5b18-450e-8fe5-9469aea2330e 71568 2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar ASDC sendASDCNotification 2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:08:35.581Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:35.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:35.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545315580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:08:35.683Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:35.683Z||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-26T06:08:35.683Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:35.697Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:35.697Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:36.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:08:36.584Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:08:36.584Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c12722f2-5b18-450e-8fe5-9469aea2330e, URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar to file: /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:36.708Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14532981361990162171/Definitions/service-BasicOnboardEbdrkp-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-26T06:08:37.823Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:08:37.823Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||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-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ebdRKP 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-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria 2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a05b4b1c-802c-4223-9771-30569b522729 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ebdRKP Description:service Model UUID:a8431ce8-4e56-4a2a-965a-9afe801c55f9 Model Version:NULL Model InvariantUuid:2db5ee09-0ae6-4874-8e0b-b3903710f0d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ebdRKP Model UUID:867927c0-1585-4659-9a5e-ed656cbae514 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2cf8b1e3-c90a-41c0-960a-5f22145922a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c456519b-1d22-4f86-8b05-d43abfacf58f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42f84131-d45d-4599-9b7a-c600a4442ade ModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0 ModelUuid:e4fec324-84e5-45c6-9168-5b26b59a55b6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a05b4b1c-802c-4223-9771-30569b522729 ModelInvariantUuid:79084063-517e-499e-9075-450d1bf13ed1 ModelName:basic_onboard_ebdRKP-nodes.ubuntu18Cvfc ModelUuid:a7cb98cf-e2e4-4e41-9cc1-ea4526f364a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e43afe22-b07a-430a-8d85-ef78745b9eff ModelInvariantUuid:ca74fd3c-ae6f-4c5e-a793-fa2944728163 ModelName:BasicOnboardEbdrkp.compute.nodes.heat.ubuntu18 ModelUuid:909b70b9-07cc-43af-a925-a2997f74f8a2 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-26T06:08:37.841Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 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-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||basic_onboard_ebdRKP 0 2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 565fa36e-cfe8-46dd-8a72-cd5ff2611789 from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 2022-05-26T06:08:38.085Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:08:38.085Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 565fa36e-cfe8-46dd-8a72-cd5ff2611789 798 2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json ASDC sendASDCNotification 2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:38.088Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:38.088Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545318086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:08:38.189Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:38.189Z||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-26T06:08:38.189Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:38.203Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:38.203Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:39.089Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEbdrkp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "42f84131-d45d-4599-9b7a-c600a4442ade", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4fec324-84e5-45c6-9168-5b26b59a55b6", "vfModuleModelCustomizationUUID": "8e6b1738-7f08-401e-8452-4aa70c59d764", "isBase": true, "artifacts": [ "03e4de29-8722-465a-a544-d12984ad09ee", "18e9f824-2004-4385-8044-0771701ca808" ], "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-26T06:08:39.094Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4fec324-84e5-45c6-9168-5b26b59a55b6 VfModuleModelInvariantUUID:42f84131-d45d-4599-9b7a-c600a4442ade VfModuleModelDescription:NULL Artifacts UUID List:{ 03e4de29-8722-465a-a544-d12984ad09ee , 18e9f824-2004-4385-8044-0771701ca808 } 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-26T06:08:39.096Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEbdrkp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "42f84131-d45d-4599-9b7a-c600a4442ade", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4fec324-84e5-45c6-9168-5b26b59a55b6", "vfModuleModelCustomizationUUID": "8e6b1738-7f08-401e-8452-4aa70c59d764", "isBase": true, "artifacts": [ "03e4de29-8722-465a-a544-d12984ad09ee", "18e9f824-2004-4385-8044-0771701ca808" ], "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-26T06:08:39.096Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4fec324-84e5-45c6-9168-5b26b59a55b6 VfModuleModelInvariantUUID:42f84131-d45d-4599-9b7a-c600a4442ade VfModuleModelDescription:NULL Artifacts UUID List:{ 03e4de29-8722-465a-a544-d12984ad09ee , 18e9f824-2004-4385-8044-0771701ca808 } 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-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03e4de29-8722-465a-a544-d12984ad09ee from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 2022-05-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 2022-05-26T06:08:39.294Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 03e4de29-8722-465a-a544-d12984ad09ee 5033 2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:08:39.296Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:39.298Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:39.298Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545319295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:08:39.398Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:39.399Z||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-26T06:08:39.399Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:39.414Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:39.415Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18e9f824-2004-4385-8044-0771701ca808 from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 2022-05-26T06:08:40.481Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 18e9f824-2004-4385-8044-0771701ca808 909 2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:40.484Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:40.485Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545320482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:08:40.584Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:08:40.585Z||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-26T06:08:40.585Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:40.599Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:40.600Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:41.485Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a8431ce8-4e56-4a2a-965a-9afe801c55f9 2022-05-26T06:08:41.486Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ebdRKP 0 d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 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-26T06:08:41.500Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65151d37, org.onap.sdc.toscaparser.api.parameters.Input@2a64e771, org.onap.sdc.toscaparser.api.parameters.Input@1f226768, org.onap.sdc.toscaparser.api.parameters.Input@3b86ba5, org.onap.sdc.toscaparser.api.parameters.Input@4e893240] 2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c456519b-1d22-4f86-8b05-d43abfacf58f 2022-05-26T06:08:41.503Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c456519b-1d22-4f86-8b05-d43abfacf58f matches Tosca VF Customization UUID: c456519b-1d22-4f86-8b05-d43abfacf58f 2022-05-26T06:08:41.503Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c456519b-1d22-4f86-8b05-d43abfacf58f 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-26T06:08:41.505Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.505Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c456519b-1d22-4f86-8b05-d43abfacf58f: {\"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-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f6b82a4 2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:08:41.507Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e6b1738-7f08-401e-8452-4aa70c59d764 2022-05-26T06:08:41.507Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e6b1738-7f08-401e-8452-4aa70c59d764 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-26T06:08:41.510Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.510Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria 2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a05b4b1c-802c-4223-9771-30569b522729 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-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.516Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria 2022-05-26T06:08:41.516Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=c456519b-1d22-4f86-8b05-d43abfacf58f 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-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a8431ce8-4e56-4a2a-965a-9afe801c55f9: basic_onboard_ebdRKP 2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:08:41.521Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:08:41.521Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_ebdRKP 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-26T06:08:41.598Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ebdRKP d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 1 ASDC deployResourceStructure 2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json ASDC sendASDCNotification 2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:41.602Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:41.602Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545321599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:08:41.702Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:41.703Z||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-26T06:08:41.703Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:41.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:41.716Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:42.603Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-26T06:08:42.604Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 2022-05-26T06:08:42.604Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:08:42.605Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:42.607Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:42.607Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545322603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:08:42.708Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:42.708Z||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-26T06:08:42.709Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:42.724Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:42.724Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:08:43.608Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:43.612Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:43.612Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545323608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-26T06:08:43.712Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:08:43.712Z||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-26T06:08:43.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:43.727Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:43.727Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:44.613Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar ASDC sendASDCNotification 2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar 2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:08:44.630Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:08:44.631Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545324613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:08:44.717Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-05-26T06:08:44.718Z||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-26T06:08:44.718Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:08:44.734Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:08:44.735Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:08:45.632Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:08:45.641Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:08:45.645Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:08:45.645Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:08:45.652Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:09:15.652Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049 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-26T06:09:15.665Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8eaf845-a2c4-4c08-b150-6004836b8049 and serviceModelVersionId: a8431ce8-4e56-4a2a-965a-9afe801c55f9 2022-05-26T06:09:15.665Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2db5ee09-0ae6-4874-8e0b-b3903710f0d8 2022-05-26T06:09:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0 2022-05-26T06:09:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:09:15.669Z||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-26T06:09:15.669Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:09:15.672Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:09:15.724Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|INFO|500||Invoke 2022-05-26T06:09:15.725Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75e1d67e-cd1b-4047-86ea-ef9547882019], X-ECOMP-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], X-TransactionId=[], X-ONAP-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], Content-Type=[application/merge-patch+json]} 2022-05-26T06:09:15.755Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:09:15.882Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?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/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:09:16:142-1304], vertex-id=[225464], Content-Length=[0], Date=[Thu, 26 May 2022 06:09:16 GMT], Content-Type=[application/json]} 2022-05-26T06:09:15.882Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:09:15.883Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|INFO|500||InvokeReturn 2022-05-26T06:09:15.883Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:09:15.884Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8eaf845-a2c4-4c08-b150-6004836b8049 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:09:15.890Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:09:15.892Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:09:15.893Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545355889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:09:15.992Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:09:15.993Z||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-26T06:09:15.993Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:09:16.006Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:09:16.007Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:09:16.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:09:16.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545302482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545303497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545315580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545318086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545319295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545320482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545321599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545322603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545323608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:09:16.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:09:16.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545324613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:09:16.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-26T06:09:16.905Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:09:16.906Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:09:16.907Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:09:26.471Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:09:26.473Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:09:26.474Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:09:26.474Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:09:36.044Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:09:36.045Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:09:36.046Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:09:36.047Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:09:45.588Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:10:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:10:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:10:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:10:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:10:15.668Z||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-26T06:10:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:10:16.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:10:16.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:10:16.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545355889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:10:16.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:10:25.215Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:11:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:11:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:11:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:11:15.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:11:15.667Z||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-26T06:11:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:11:25.206Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:11:25.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:12:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:12:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:12:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:12:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:12:15.667Z||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-26T06:12:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:12:25.208Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:12:25.210Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:13:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:13:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:13:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:13:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:13:15.667Z||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-26T06:13:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:13:25.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:13:25.217Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:14:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:14:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:14:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:14:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:14:15.667Z||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-26T06:14:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:14:25.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:14:25.215Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:15:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:15:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:15:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:15:15.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:15:15.667Z||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-26T06:15:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:15:25.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:15:25.218Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:16:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:16:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:16:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:16:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:16:15.667Z||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-26T06:16:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:16:25.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:16:25.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:17:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:17:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:17:15.664Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:17:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:17:15.667Z||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-26T06:17:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:17:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:17:25.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:18:15.664Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:18:15.665Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:18:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:18:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:16.307Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:16.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:16.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.309Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.309Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "cds", "timestamp": 1653545849979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"98a65fbb-3657-40d5-9e16-5b099d003274","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89f7d147-c01e-47f8-bbbe-179710bc9405","serviceDescription":"service","serviceInvariantUUID":"0f614c98-51e8-4478-9f7c-673b69423db8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3127b501-b668-481d-b7ae-7ab399b34e43","resourceInvariantUUID":"3b2b27f9-111b-47a3-9341-31449678998b","resourceCustomizationUUID":"5481869d-aa65-45c0-b84b-c54b43d79f85","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":"ZGI5NGMwNTM2Njc2NGI2NTIwOWZjYzI2OTc4M2M3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02009919-4352-47f5-a182-b514a04e7eec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d40154bf-f970-4047-8690-ee7f9420c311","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:18:16.311Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "aai-ml", "timestamp": 1653545857289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "policy-id", "timestamp": 1653545854230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "cds", "timestamp": 1653545849979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "aai-ml", "timestamp": 1653545857289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "policy-id", "timestamp": 1653545854230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "aai-ml", "timestamp": 1653545861273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "cds", "timestamp": 1653545860872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:16.315Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "policy-id", "timestamp": 1653545861290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "cds", "timestamp": 1653545861880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-05-26T06:18:16.315Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:18:16.318Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:18:16.319Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545895663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:18:16.336Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274 2022-05-26T06:18:16.336Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-26T06:18:16.344Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.344Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "policy-id", "timestamp": 1653545862295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "policy-id", "timestamp": 1653545863297, "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-26T06:18:16.349Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274 2022-05-26T06:18:16.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-26T06:18:16.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "ves-openapi-manager", "timestamp": 1653545863638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "ves-openapi-manager", "timestamp": 1653545863638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "clamp", "timestamp": 1653545865098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "multicloud-k8s-id", "timestamp": 1653545865095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "aai-ml", "timestamp": 1653545865977, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "clamp", "timestamp": 1653545865098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "multicloud-k8s-id", "timestamp": 1653545865095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "aai-ml", "timestamp": 1653545866982, "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-26T06:18:16.368Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274 2022-05-26T06:18:16.368Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-26T06:18:16.382Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.382Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "clamp", "timestamp": 1653545878090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545877431, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545877431, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545880362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "clamp", "timestamp": 1653545881093, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "clamp", "timestamp": 1653545882098, "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-26T06:18:16.392Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274 2022-05-26T06:18:16.392Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-26T06:18:16.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545882135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:18:16.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:18:16.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:18:16.413Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545883139, "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-26T06:18:16.418Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274 2022-05-26T06:18:16.418Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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=? 2022-05-26T06:18:16.420Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-26T06:18:16.421Z||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-26T06:18:16.422Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:18:16.460Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:16.460Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:18:17.319Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:18:17.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:18:17.323Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:18:17.323Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545895663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:18:17.425Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-26T06:18:17.426Z||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-26T06:18:17.426Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:17.443Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:17.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:18:18.325Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "89f7d147-c01e-47f8-bbbe-179710bc9405", "serviceDescription": "service", "serviceInvariantUUID": "0f614c98-51e8-4478-9f7c-673b69423db8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "5481869d-aa65-45c0-b84b-c54b43d79f85", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3127b501-b668-481d-b7ae-7ab399b34e43", "resourceInvariantUUID": "3b2b27f9-111b-47a3-9341-31449678998b", "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": "NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d40154bf-f970-4047-8690-ee7f9420c311" } ], "workloadContext": "Production" } 2022-05-26T06:18:18.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:18:18.325Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f7d147-c01e-47f8-bbbe-179710bc9405 ASDC 2022-05-26T06:18:18.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:98a65fbb-3657-40d5-9e16-5b099d003274 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:89f7d147-c01e-47f8-bbbe-179710bc9405 ServiceInvariantUUID:0f614c98-51e8-4478-9f7c-673b69423db8 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:d40154bf-f970-4047-8690-ee7f9420c311 ArtifactChecksum:NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:5481869d-aa65-45c0-b84b-c54b43d79f85 ResourceInvariantUUID:3b2b27f9-111b-47a3-9341-31449678998b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3127b501-b668-481d-b7ae-7ab399b34e43 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-26T06:18:18.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f7d147-c01e-47f8-bbbe-179710bc9405 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-26T06:18:18.355Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:18:18.356Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d40154bf-f970-4047-8690-ee7f9420c311 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T06:18:18.358Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-26T06:18:18.543Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T06:18:18.545Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d40154bf-f970-4047-8690-ee7f9420c311 52513 2022-05-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:18:18.547Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:18:18.552Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:18:18.552Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545898546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:18:18.652Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:18:18.653Z||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-26T06:18:18.653Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:18.669Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:18.669Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:18:19.553Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:18:19.554Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:18:19.554Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d40154bf-f970-4047-8690-ee7f9420c311, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-26T06:18:19.743Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3231590047789746135/Definitions/service-BasicNetwork-template.yml 2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:89f7d147-c01e-47f8-bbbe-179710bc9405 Model Version:NULL Model InvariantUuid:0f614c98-51e8-4478-9f7c-673b69423db8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3b2b27f9-111b-47a3-9341-31449678998b Model UUID:9b7af8b3-fcf4-4a16-83cb-d41210cdca0d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:5481869d-aa65-45c0-b84b-c54b43d79f85 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-26T06:18:20.343Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 3127b501-b668-481d-b7ae-7ab399b34e43 2022-05-26T06:18:20.343Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||No resources found for Service: 89f7d147-c01e-47f8-bbbe-179710bc9405 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-26T06:18:20.349Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500|| 2022-05-26T06:18:20.349Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-26T06:18:20.350Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 89f7d147-c01e-47f8-bbbe-179710bc9405 2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 89f7d147-c01e-47f8-bbbe-179710bc9405 2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.355Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33067b04, org.onap.sdc.toscaparser.api.parameters.Input@3bd9af7f, org.onap.sdc.toscaparser.api.parameters.Input@7e5fdd4, org.onap.sdc.toscaparser.api.parameters.Input@3b1a364, org.onap.sdc.toscaparser.api.parameters.Input@36f264d] 2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.362Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.362Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 89f7d147-c01e-47f8-bbbe-179710bc9405: Generic NeutronNet 2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.402Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:18:20.404Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:18:20.404Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.471Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-26T06:18:20.471Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:18:20.474Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:18:20.474Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545900471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:18:20.574Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:18:20.575Z||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-26T06:18:20.576Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:20.591Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:20.591Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:18:21.475Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:18:21.486Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:18:21.492Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:18:21.493Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:18:21.493Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:21.500Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:18:51.501Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274 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-26T06:18:51.507Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98a65fbb-3657-40d5-9e16-5b099d003274 and serviceModelVersionId: 89f7d147-c01e-47f8-bbbe-179710bc9405 2022-05-26T06:18:51.507Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f614c98-51e8-4478-9f7c-673b69423db8 2022-05-26T06:18:51.508Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0 2022-05-26T06:18:51.531Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:18:51.580Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?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-26T06:18:51.581Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|INFO|500||Invoke 2022-05-26T06:18:51.601Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:18:51.700Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|INFO|500||InvokeReturn 2022-05-26T06:18:51.701Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:18:51:995-66204], vertex-id=[200952], Content-Length=[0], Date=[Thu, 26 May 2022 06:18:51 GMT], Content-Type=[application/json]} 2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98a65fbb-3657-40d5-9e16-5b099d003274 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:18:51.708Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:18:51.710Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:18:51.710Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545931707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:18:51.810Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:18:51.811Z||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-26T06:18:51.811Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:18:51.826Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:18:51.826Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-26T06:19:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:19:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-26T06:19:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:19:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:19:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:15.790Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:15.791Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:19:15.791Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545895663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:15.792Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:19:16.302Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:16.303Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:19:16.303Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f35daea5-aac6-4496-8674-738f3a42222a","serviceName":"Demo_pNF_CKmJWyLM1d7yfqNhXUrV","serviceVersion":"1.0","serviceUUID":"bdc0d2ad-27a1-4245-a21f-2bdf21534e56","serviceDescription":"catalog service description","serviceInvariantUUID":"bda65dfa-be03-4fc2-b053-280323ba7f67","resources":[{"resourceInstanceName":"pNF 3a75390c-5946 0","resourceName":"pNF 3a75390c-5946","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"62ee6298-8acc-4758-b6f7-942905ba7a25","resourceInvariantUUID":"0f73e19a-c387-4424-85c6-0adc82ac8a6b","resourceCustomizationUUID":"fa5e941a-cb95-40a3-8178-ba0505d1e7c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml","artifactChecksum":"YWU5ZWRiNmExZmFjMGQyYjdjYzM3Y2E0NjQ0OTAyNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0c6db03-f490-4c9b-b392-270871c6b528","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar","artifactChecksum":"YTZlZjFmNmE1MDg0MWZmZWMxNmU2MzgxM2RmMGNmNTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21ddb85c-83a0-4243-8a98-973fc2319c91","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b2cff60-934f-4bcd-a449-240afb234005","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml","artifactChecksum":"MTNkYTM3NWZmYTMxY2IxMmIyNGZmZDlkZDA1ZjlhYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a119febc-879a-41c7-9307-262c0ad0d683","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f6ce365-814c-4232-b7b4-92241fcb3367","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14e8140d-6780-4cc5-b8db-1fc62b4bf176","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml","artifactChecksum":"YjdhMWYzNzZjNGViMzAyNWQ1ZDYwZDg4YzFiYWM0NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a87ba262-886d-4275-ac8b-6b3fdd0320dc","artifactVersion":"1"},{"artifactName":"service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar","artifactChecksum":"NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"051a9b90-2c7e-4fe1-8469-af36cf555972","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:19:16.305Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:16.305Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:16.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:16.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:16.407Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:16.408Z||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-26T06:19:16.408Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:16.424Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:16.424Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:17.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:17.308Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:17.310Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:17.310Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:17.410Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:17.411Z||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-26T06:19:17.411Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:17.430Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:17.431Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:18.311Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:18.312Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:18.313Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:18.314Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:18.414Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:18.414Z||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-26T06:19:18.415Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:18.429Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:18.429Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:19.314Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:19.315Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:19.317Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:19.317Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:19.417Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:19.418Z||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-26T06:19:19.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:19.434Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:19.434Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:19:20.318Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:20.318Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:20.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:20.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:20.421Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:20.421Z||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-26T06:19:20.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:20.446Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:20.446Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:21.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:21.322Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:21.324Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:21.324Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:21.424Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:21.425Z||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-26T06:19:21.426Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:21.439Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:21.440Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:22.325Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:22.326Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:22.328Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:22.328Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:19:22.428Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:19:22.429Z||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-26T06:19:22.429Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:22.463Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:22.463Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:23.329Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:19:23.330Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:23.332Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:23.332Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:19:23.432Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:23.433Z||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-26T06:19:23.433Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:23.447Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:23.448Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:24.333Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "serviceName": "Demo_pNF_CKmJWyLM1d7yfqNhXUrV", "serviceVersion": "1.0", "serviceUUID": "bdc0d2ad-27a1-4245-a21f-2bdf21534e56", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bda65dfa-be03-4fc2-b053-280323ba7f67", "resources": [ { "resourceInstanceName": "pNF 3a75390c-5946 0", "resourceCustomizationUUID": "fa5e941a-cb95-40a3-8178-ba0505d1e7c4", "resourceName": "pNF 3a75390c-5946", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "62ee6298-8acc-4758-b6f7-942905ba7a25", "resourceInvariantUUID": "0f73e19a-c387-4424-85c6-0adc82ac8a6b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "artifactChecksum": "NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "051a9b90-2c7e-4fe1-8469-af36cf555972" } ], "workloadContext": "Production" } 2022-05-26T06:19:24.333Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:19:24.334Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdc0d2ad-27a1-4245-a21f-2bdf21534e56 ASDC 2022-05-26T06:19:24.334Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f35daea5-aac6-4496-8674-738f3a42222a ServiceName:Demo_pNF_CKmJWyLM1d7yfqNhXUrV ServiceVersion:1.0 ServiceUUID:bdc0d2ad-27a1-4245-a21f-2bdf21534e56 ServiceInvariantUUID:bda65dfa-be03-4fc2-b053-280323ba7f67 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar ArtifactUUID:051a9b90-2c7e-4fe1-8469-af36cf555972 ArtifactChecksum:NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3a75390c-5946 0 ResourceCustomizationUUID:fa5e941a-cb95-40a3-8178-ba0505d1e7c4 ResourceInvariantUUID:0f73e19a-c387-4424-85c6-0adc82ac8a6b ResourceName:pNF 3a75390c-5946 ResourceType:PNF ResourceUUID:62ee6298-8acc-4758-b6f7-942905ba7a25 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-26T06:19:24.334Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdc0d2ad-27a1-4245-a21f-2bdf21534e56 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-26T06:19:24.359Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 051a9b90-2c7e-4fe1-8469-af36cf555972 from URL: /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:19:24.361Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:24.548Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 051a9b90-2c7e-4fe1-8469-af36cf555972 82644 2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar ASDC sendASDCNotification 2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:19:24.552Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:24.553Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:24.554Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545964551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:19:24.654Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:24.655Z||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-26T06:19:24.655Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:24.668Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:24.668Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:25.554Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 051a9b90-2c7e-4fe1-8469-af36cf555972, URL: /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar to file: /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:25.565Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:25.565Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:25.656Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12162891071287909058/Definitions/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml 2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3a75390c-5946 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-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Node template pNF 3a75390c-5946 0 is matching search criteria 2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3a75390c-5946 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Node template pNF 3a75390c-5946 0 is matching search criteria 2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3a75390c-5946 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CKmJWyLM1d7yfqNhXUrV Description:catalog service description Model UUID:bdc0d2ad-27a1-4245-a21f-2bdf21534e56 Model Version:NULL Model InvariantUuid:bda65dfa-be03-4fc2-b053-280323ba7f67 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-26T06:19:26.333Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 62ee6298-8acc-4758-b6f7-942905ba7a25 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-26T06:19:26.335Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||pNF 3a75390c-5946 0 2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 62ee6298-8acc-4758-b6f7-942905ba7a25 2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bdc0d2ad-27a1-4245-a21f-2bdf21534e56 2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bdc0d2ad-27a1-4245-a21f-2bdf21534e56 2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3a75390c-5946 0 62ee6298-8acc-4758-b6f7-942905ba7a25 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-26T06:19:26.340Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12b8fb8f, org.onap.sdc.toscaparser.api.parameters.Input@11e33a20, org.onap.sdc.toscaparser.api.parameters.Input@6c6f173, org.onap.sdc.toscaparser.api.parameters.Input@12322c6b, org.onap.sdc.toscaparser.api.parameters.Input@4783d921] 2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bdc0d2ad-27a1-4245-a21f-2bdf21534e56: pNF 3a75390c-5946 2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Processing PNF resource: 62ee6298-8acc-4758-b6f7-942905ba7a25 2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:19:26.342Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:19:26.342Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Resource customization UUID: fa5e941a-cb95-40a3-8178-ba0505d1e7c4 is the same as notified resource customizationUUID: fa5e941a-cb95-40a3-8178-ba0505d1e7c4 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-26T06:19:26.387Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3a75390c-5946 62ee6298-8acc-4758-b6f7-942905ba7a25 0 ASDC deployResourceStructure 2022-05-26T06:19:26.388Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar ASDC sendASDCNotification 2022-05-26T06:19:26.388Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 2022-05-26T06:19:26.388Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:19:26.388Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:19:26.391Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:19:26.391Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545966388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:19:26.491Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:19:26.492Z||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-26T06:19:26.492Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:19:26.524Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:19:26.525Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:19:27.392Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:19:27.403Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:19:27.406Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:19:27.406Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:19:27.406Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:19:57.407Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:19:57.423Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:19:57.424Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:19:57.425Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:19:57.425Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:20:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:20:15.670Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:20:15.670Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:20:15.711Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:20:15.713Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.713Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545895663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.714Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.714Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.714Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545898546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545900471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545931707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:20:15.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.718Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.718Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.718Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545925098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545923638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "multicloud-k8s-id", "timestamp": 1653545925095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545924979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545939851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545940593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "cds", "timestamp": 1653545940857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-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-26T06:20:15.757Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:20:15.757Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:20:15.768Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.768Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545941777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:20:15.768Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.768Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545934230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.770Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.770Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "ves-openapi-manager", "timestamp": 1653545942781, "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-26T06:20:15.774Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:20:15.775Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:20:15.781Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.781Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545943470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545944475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:20:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545937431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "policy-id", "timestamp": 1653545945478, "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-26T06:20:15.789Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:20:15.789Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:20:15.796Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.796Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545946488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545948290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:20:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545948563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:20:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545949568, "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-26T06:20:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:20:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545950113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:20:15.812Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:20:15.813Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.813Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.813Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.813Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.813Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "clamp", "timestamp": 1653545951117, "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-26T06:20:15.817Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:20:15.817Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:20:15.830Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.830Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.830Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545947289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:20:15.831Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:20:27.426Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:20:27.459Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:20:27.464Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:20:27.464Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:20:27.464Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:20:57.464Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:20:57.477Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:20:57.489Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:20:57.489Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:20:57.489Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:21:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:21:15.669Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:21:15.669Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:21:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:21:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:21:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545956503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:21:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:21:27.490Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:21:27.505Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:21:27.509Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:21:27.509Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:21:27.510Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:21:57.510Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:21:57.524Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:21:57.527Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:21:57.528Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:21:57.528Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:22:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:22:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:22:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:22:15.689Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:22:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545961154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "aai-ml", "timestamp": 1653545962158, "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-26T06:22:15.711Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f35daea5-aac6-4496-8674-738f3a42222a 2022-05-26T06:22:15.711Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:22:15.721Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.721Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.721Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545955663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545964551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.722Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653545966388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.725Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.726Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.727Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.730Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545965096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "ves-openapi-manager", "timestamp": 1653545963638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545967431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545975154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545975643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.733Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545976464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.734Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545969979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545977857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545978150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545977867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545978883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:22:15.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.758Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.759Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.759Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545979154, "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-26T06:22:15.763Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.763Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "cds", "timestamp": 1653545978874, "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=? 2022-05-26T06:22:15.775Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.775Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.782Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653545979887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.783Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545974230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.784Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545982097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545983102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.785Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545977289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.786Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.786Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.786Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "policy-id", "timestamp": 1653545984105, "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-26T06:22:15.790Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.790Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.797Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545985082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.798Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.799Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.800Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.801Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.802Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.803Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653545985098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545991970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.804Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.805Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "aai-ml", "timestamp": 1653545992975, "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-26T06:22:15.810Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.811Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.819Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.820Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.821Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.822Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "ves-openapi-manager", "timestamp": 1653545983638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545985096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545984979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.823Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.824Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545998120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545997739, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.825Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.826Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.826Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.826Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.826Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "cds", "timestamp": 1653545998756, "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-26T06:22:15.840Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:22:15.840Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:22:15.848Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.848Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653545999435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.848Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.848Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653546000637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.849Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653546001120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.850Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653546001821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.851Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653546002885, "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-26T06:22:15.856Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:22:15.856Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653545994230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.867Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653546003129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "multicloud-k8s-id", "timestamp": 1653546003890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.868Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653546004083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.869Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "clamp", "timestamp": 1653546004134, "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-26T06:22:15.874Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85a42515-cfae-451b-947d-1152cacb42f2 2022-05-26T06:22:15.874Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:22:15.881Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.882Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.882Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.882Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.882Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653546005089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653545997431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.883Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "policy-id", "timestamp": 1653546006097, "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-26T06:22:15.888Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:22:15.888Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:22:15.895Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.896Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546007391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:22:15.896Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.896Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.896Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.896Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.897Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.897Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.897Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.897Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.897Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546009766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.898Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546010782, "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-26T06:22:15.903Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:22:15.903Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:22:15.913Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.913Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.913Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.914Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.914Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.914Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.914Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.914Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.915Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:22:15.916Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546007289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:22:15.917Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:22:27.528Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:22:27.540Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:22:27.543Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:22:27.543Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:22:27.543Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:22:27.544Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:22:27.549Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:22:57.549Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f35daea5-aac6-4496-8674-738f3a42222a 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-26T06:22:57.556Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f35daea5-aac6-4496-8674-738f3a42222a and serviceModelVersionId: bdc0d2ad-27a1-4245-a21f-2bdf21534e56 2022-05-26T06:22:57.556Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bda65dfa-be03-4fc2-b053-280323ba7f67 2022-05-26T06:22:57.557Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0 2022-05-26T06:22:57.565Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:22:57.623Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0|INFO|500||Invoke 2022-05-26T06:22:57.623Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f35daea5-aac6-4496-8674-738f3a42222a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[256f19b5-8792-4e30-a597-8006de9916db], X-ECOMP-RequestID=[f35daea5-aac6-4496-8674-738f3a42222a], X-TransactionId=[], X-ONAP-RequestID=[f35daea5-aac6-4496-8674-738f3a42222a], Content-Type=[application/merge-patch+json]} 2022-05-26T06:22:57.649Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:22:58.139Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?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/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:22:58:047-73844], vertex-id=[237752], Content-Length=[0], Date=[Thu, 26 May 2022 06:22:58 GMT], Content-Type=[application/json]} 2022-05-26T06:22:58.140Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:22:58.141Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bda65dfa-be03-4fc2-b053-280323ba7f67/model-vers/model-ver/bdc0d2ad-27a1-4245-a21f-2bdf21534e56?depth=0|INFO|500||InvokeReturn 2022-05-26T06:22:58.141Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:22:58.141Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:22:58.149Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:22:58.149Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f35daea5-aac6-4496-8674-738f3a42222a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:22:58.150Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:22:58.150Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:22:58.153Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:22:58.153Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546178149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:22:58.253Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:22:58.254Z||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-26T06:22:58.254Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:22:58.272Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:22:58.272Z||pool-50-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-26T06:22:59.166Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:22:59.167Z|f35daea5-aac6-4496-8674-738f3a42222a|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-26T06:22:59.167Z|f35daea5-aac6-4496-8674-738f3a42222a|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:03.744Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:03.745Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:23:03.745Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"85a42515-cfae-451b-947d-1152cacb42f2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"58f7e951-d803-4dd3-b3d6-84b68e2eb8d4","serviceDescription":"service","serviceInvariantUUID":"e5e32b7a-8ead-49c6-b47b-19b943ef173a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cd25fc3-1d37-4ba3-80d1-24a4993dd65e","resourceInvariantUUID":"4f10d81d-decc-4632-aa1b-a2636a0c2ec3","resourceCustomizationUUID":"731dea86-4745-4c81-bf39-d931eaa31f92","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":"Nzk1NjlhNjA4ZjIxMzg3MTM0ODc2MWMzNGEzNjI5NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cfb6f5f-7da0-4834-ae27-9d331c10903e","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":"ZjMzN2QwMWFkMzA0Y2I2MjViY2Q5MTVjYmMyOWMzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cea5fc1-0838-422b-8fd7-9f50264fe492","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":"981b108b-f57c-4bdf-bf69-b7ea147585fd","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":"d6e64abe-0a85-4eef-a763-8a47ec0e82dc","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":"39ba2e7b-c564-4056-90fc-f0cec20f1fac","artifactVersion":"2","generatedFromUUID":"981b108b-f57c-4bdf-bf69-b7ea147585fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2E0NTc5YjlkNGZmMTQ2MDhhMmU1ZDAxZDBjNGZjMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9f0b4b4-bcad-4bac-8022-4c23e0bc57db","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTBjNTQ4MjQzNDQ2YjEwZDFiZjNjNTU3YWYyNDJjMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a38168d-541f-4913-9f38-d93a17a19efd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:23:03.748Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:03.748Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:03.750Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:03.750Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:03.850Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:03.852Z||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-26T06:23:03.852Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:03.868Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:03.869Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:04.751Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:04.751Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:04.754Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:04.754Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:23:04.854Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:04.855Z||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-26T06:23:04.855Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:04.869Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:04.869Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:05.757Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:05.758Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:05.760Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:05.760Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:23:05.861Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:05.861Z||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-26T06:23:05.862Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:05.880Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:05.881Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:06.761Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:06.762Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:06.764Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:06.764Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:06.865Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:06.866Z||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-26T06:23:06.866Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:06.880Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:06.881Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:07.765Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:07.766Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:07.769Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:07.769Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:23:07.869Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:07.870Z||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-26T06:23:07.870Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:07.884Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:07.885Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:08.770Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:08.770Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:08.772Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:08.772Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:08.872Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:08.873Z||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-26T06:23:08.873Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:08.888Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:08.889Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:09.773Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:09.774Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:09.776Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:09.776Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:23:09.876Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:09.877Z||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-26T06:23:09.877Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:09.894Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:09.894Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:10.777Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "58f7e951-d803-4dd3-b3d6-84b68e2eb8d4", "serviceDescription": "service", "serviceInvariantUUID": "e5e32b7a-8ead-49c6-b47b-19b943ef173a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "731dea86-4745-4c81-bf39-d931eaa31f92", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9cd25fc3-1d37-4ba3-80d1-24a4993dd65e", "resourceInvariantUUID": "4f10d81d-decc-4632-aa1b-a2636a0c2ec3", "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": "ZjMzN2QwMWFkMzA0Y2I2MjViY2Q5MTVjYmMyOWMzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cea5fc1-0838-422b-8fd7-9f50264fe492", "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": "981b108b-f57c-4bdf-bf69-b7ea147585fd", "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": "39ba2e7b-c564-4056-90fc-f0cec20f1fac", "generatedFromUUID": "981b108b-f57c-4bdf-bf69-b7ea147585fd" }, "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": "39ba2e7b-c564-4056-90fc-f0cec20f1fac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTBjNTQ4MjQzNDQ2YjEwZDFiZjNjNTU3YWYyNDJjMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a38168d-541f-4913-9f38-d93a17a19efd" } ], "workloadContext": "Production" } 2022-05-26T06:23:10.778Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:23:10.778Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 ASDC 2022-05-26T06:23:10.778Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:85a42515-cfae-451b-947d-1152cacb42f2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 ServiceInvariantUUID:e5e32b7a-8ead-49c6-b47b-19b943ef173a 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:1a38168d-541f-4913-9f38-d93a17a19efd ArtifactChecksum:NTBjNTQ4MjQzNDQ2YjEwZDFiZjNjNTU3YWYyNDJjMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:731dea86-4745-4c81-bf39-d931eaa31f92 ResourceInvariantUUID:4f10d81d-decc-4632-aa1b-a2636a0c2ec3 ResourceName:basic_vm ResourceType:VF ResourceUUID:9cd25fc3-1d37-4ba3-80d1-24a4993dd65e 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:3cea5fc1-0838-422b-8fd7-9f50264fe492 ArtifactChecksum:ZjMzN2QwMWFkMzA0Y2I2MjViY2Q5MTVjYmMyOWMzNTM= 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:981b108b-f57c-4bdf-bf69-b7ea147585fd 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:39ba2e7b-c564-4056-90fc-f0cec20f1fac 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:39ba2e7b-c564-4056-90fc-f0cec20f1fac ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:23:10.779Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 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-26T06:23:10.816Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:23:10.817Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:23:10.817Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:23:10.817Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a38168d-541f-4913-9f38-d93a17a19efd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-26T06:23:10.817Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:23:10.818Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-26T06:23:11.364Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:23:11.367Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a38168d-541f-4913-9f38-d93a17a19efd 71072 2022-05-26T06:23:11.368Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-26T06:23:11.368Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-26T06:23:11.368Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:23:11.368Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:11.371Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:11.371Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546191368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:11.471Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:11.471Z||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-26T06:23:11.472Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:11.485Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:11.486Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:12.371Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:23:12.373Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:23:12.373Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1a38168d-541f-4913-9f38-d93a17a19efd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:12.374Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-26T06:23:12.374Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:12.374Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:12.596Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10525530454335868599/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-26T06:23:13.764Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:23:13.764Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:23:13.765Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.765Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-26T06:23:13.765Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.765Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:23:13.766Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.767Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.767Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:13.767Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:23:13.767Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:23:13.767Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.768Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:23:13.769Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:23:13.770Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.770Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:23:13.770Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.770Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:13.770Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:13.771Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=973a16eb-23d8-4814-aa4b-c4996f75d1fe 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.772Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:13.773Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 Model Version:NULL Model InvariantUuid:e5e32b7a-8ead-49c6-b47b-19b943ef173a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0090ba3a-3c0e-428f-8605-148ba9bc4417 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f10d81d-decc-4632-aa1b-a2636a0c2ec3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:731dea86-4745-4c81-bf39-d931eaa31f92 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:31d605c1-8767-4e3e-bf11-5a23f52c2b2c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:326e70d0-8dad-4347-84f1-0e09de3003ce ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:973a16eb-23d8-4814-aa4b-c4996f75d1fe ModelInvariantUuid:559ce959-8709-425b-b0cd-5d8c8c13a93e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:24c16606-b918-4794-9088-b56d7eafd212 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bf6022d7-1bad-49d7-a095-2e9c70bd5962 ModelInvariantUuid:70d2dff5-d67b-4221-80b0-e9d519ecdf0b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:653345e9-2144-4a89-b51c-407be93b046b 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-26T06:23:13.873Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cd25fc3-1d37-4ba3-80d1-24a4993dd65e 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-26T06:23:13.877Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-05-26T06:23:13.878Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cd25fc3-1d37-4ba3-80d1-24a4993dd65e 2022-05-26T06:23:13.878Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3cea5fc1-0838-422b-8fd7-9f50264fe492 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-26T06:23:13.878Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:23:13.878Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-26T06:23:14.077Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:23:14.078Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3cea5fc1-0838-422b-8fd7-9f50264fe492 787 2022-05-26T06:23:14.078Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-26T06:23:14.078Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-26T06:23:14.078Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:23:14.078Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:14.080Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:14.080Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546194078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:14.181Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:14.182Z||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-26T06:23:14.182Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:14.199Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:14.200Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:15.081Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "31d605c1-8767-4e3e-bf11-5a23f52c2b2c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "326e70d0-8dad-4347-84f1-0e09de3003ce", "vfModuleModelCustomizationUUID": "86498b92-5a2b-4363-a387-f144f861374f", "isBase": true, "artifacts": [ "981b108b-f57c-4bdf-bf69-b7ea147585fd", "39ba2e7b-c564-4056-90fc-f0cec20f1fac" ], "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-26T06:23:15.085Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:326e70d0-8dad-4347-84f1-0e09de3003ce VfModuleModelInvariantUUID:31d605c1-8767-4e3e-bf11-5a23f52c2b2c VfModuleModelDescription:NULL Artifacts UUID List:{ 981b108b-f57c-4bdf-bf69-b7ea147585fd , 39ba2e7b-c564-4056-90fc-f0cec20f1fac } 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-26T06:23:15.087Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "31d605c1-8767-4e3e-bf11-5a23f52c2b2c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "326e70d0-8dad-4347-84f1-0e09de3003ce", "vfModuleModelCustomizationUUID": "86498b92-5a2b-4363-a387-f144f861374f", "isBase": true, "artifacts": [ "981b108b-f57c-4bdf-bf69-b7ea147585fd", "39ba2e7b-c564-4056-90fc-f0cec20f1fac" ], "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-26T06:23:15.087Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:326e70d0-8dad-4347-84f1-0e09de3003ce VfModuleModelInvariantUUID:31d605c1-8767-4e3e-bf11-5a23f52c2b2c VfModuleModelDescription:NULL Artifacts UUID List:{ 981b108b-f57c-4bdf-bf69-b7ea147585fd , 39ba2e7b-c564-4056-90fc-f0cec20f1fac } 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-26T06:23:15.087Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 981b108b-f57c-4bdf-bf69-b7ea147585fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-26T06:23:15.087Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:23:15.087Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-26T06:23:15.174Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:23:15.175Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 981b108b-f57c-4bdf-bf69-b7ea147585fd 5033 2022-05-26T06:23:15.175Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-26T06:23:15.175Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-26T06:23:15.175Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:23:15.175Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:15.177Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:15.177Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546195175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:15.277Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:15.278Z||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-26T06:23:15.278Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:15.291Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:15.292Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:23:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:23:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546017028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546015098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546023846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "aai-ml", "timestamp": 1653546024850, "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-26T06:23:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:23:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546028123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546030134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:23:15.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "clamp", "timestamp": 1653546031137, "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-26T06:23:15.720Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d411041-9887-4622-a322-ca8cf7896795 2022-05-26T06:23:15.720Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:23:16.177Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39ba2e7b-c564-4056-90fc-f0cec20f1fac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-26T06:23:16.178Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:23:16.178Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-26T06:23:16.228Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:23:16.229Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 39ba2e7b-c564-4056-90fc-f0cec20f1fac 903 2022-05-26T06:23:16.229Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-26T06:23:16.229Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-26T06:23:16.229Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:23:16.229Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:16.231Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:16.231Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546196229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:23:16.331Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:16.332Z||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-26T06:23:16.332Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:16.344Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:16.345Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:17.232Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 2022-05-26T06:23:17.232Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9cd25fc3-1d37-4ba3-80d1-24a4993dd65e 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-26T06:23:17.250Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71caa71a, org.onap.sdc.toscaparser.api.parameters.Input@79f3c4f, org.onap.sdc.toscaparser.api.parameters.Input@52ec72d1, org.onap.sdc.toscaparser.api.parameters.Input@5497920c, org.onap.sdc.toscaparser.api.parameters.Input@70c10df3] 2022-05-26T06:23:17.251Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.251Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.251Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:23:17.251Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 731dea86-4745-4c81-bf39-d931eaa31f92 2022-05-26T06:23:17.252Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 731dea86-4745-4c81-bf39-d931eaa31f92 matches Tosca VF Customization UUID: 731dea86-4745-4c81-bf39-d931eaa31f92 2022-05-26T06:23:17.252Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 731dea86-4745-4c81-bf39-d931eaa31f92 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-26T06:23:17.254Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.254Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.254Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 731dea86-4745-4c81-bf39-d931eaa31f92: {\"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-26T06:23:17.254Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5766590c 2022-05-26T06:23:17.255Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.255Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:23:17.255Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86498b92-5a2b-4363-a387-f144f861374f 2022-05-26T06:23:17.255Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86498b92-5a2b-4363-a387-f144f861374f 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-26T06:23:17.257Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.257Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:17.257Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:17.257Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-26T06:23:17.258Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:23:17.259Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=973a16eb-23d8-4814-aa4b-c4996f75d1fe 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-26T06:23:17.260Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.260Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:17.261Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:23:17.261Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.261Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-26T06:23:17.261Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=731dea86-4745-4c81-bf39-d931eaa31f92 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-26T06:23:17.263Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.263Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.263Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 58f7e951-d803-4dd3-b3d6-84b68e2eb8d4: basic_vm 2022-05-26T06:23:17.263Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.263Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.264Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:23:17.265Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:23:17.265Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:23:17.338Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9cd25fc3-1d37-4ba3-80d1-24a4993dd65e 1 ASDC deployResourceStructure 2022-05-26T06:23:17.338Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-26T06:23:17.338Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-26T06:23:17.338Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:23:17.339Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:17.341Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:17.341Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546197338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:23:17.441Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:17.442Z||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-26T06:23:17.442Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:17.457Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:17.457Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:18.342Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-26T06:23:18.342Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-26T06:23:18.342Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:23:18.342Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:18.344Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:18.344Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546198342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:23:18.445Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-26T06:23:18.445Z||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-26T06:23:18.446Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:18.466Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:18.467Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:19.345Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-26T06:23:19.346Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-26T06:23:19.346Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:23:19.346Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:19.347Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:19.348Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546199345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-26T06:23:19.448Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:19.448Z||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-26T06:23:19.448Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:19.462Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:19.463Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:20.348Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-26T06:23:20.349Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-26T06:23:20.349Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:23:20.349Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:20.353Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:20.353Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546200348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:23:20.453Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:20.454Z||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-26T06:23:20.454Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:20.480Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:20.480Z||pool-65-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:21.354Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a42515-cfae-451b-947d-1152cacb42f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:23:21.367Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a42515-cfae-451b-947d-1152cacb42f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:23:21.369Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:23:21.369Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:23:21.370Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:23:21.375Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:23:51.375Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85a42515-cfae-451b-947d-1152cacb42f2 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-26T06:23:51.382Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85a42515-cfae-451b-947d-1152cacb42f2 and serviceModelVersionId: 58f7e951-d803-4dd3-b3d6-84b68e2eb8d4 2022-05-26T06:23:51.382Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5e32b7a-8ead-49c6-b47b-19b943ef173a 2022-05-26T06:23:51.383Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0 2022-05-26T06:23:51.386Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:23:51.432Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0|INFO|500||Invoke 2022-05-26T06:23:51.433Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85a42515-cfae-451b-947d-1152cacb42f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce4a963c-a82f-4116-b62e-c4a8979d6e93], X-ECOMP-RequestID=[85a42515-cfae-451b-947d-1152cacb42f2], X-TransactionId=[], X-ONAP-RequestID=[85a42515-cfae-451b-947d-1152cacb42f2], Content-Type=[application/merge-patch+json]} 2022-05-26T06:23:51.451Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:23:51.601Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?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/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220526-06:23:51:850-44926], vertex-id=[217112], Content-Length=[0], Date=[Thu, 26 May 2022 06:23:51 GMT], Content-Type=[application/json]} 2022-05-26T06:23:51.601Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:23:51.602Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5e32b7a-8ead-49c6-b47b-19b943ef173a/model-vers/model-ver/58f7e951-d803-4dd3-b3d6-84b68e2eb8d4?depth=0|INFO|500||InvokeReturn 2022-05-26T06:23:51.603Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:23:51.603Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:23:51.608Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:23:51.608Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85a42515-cfae-451b-947d-1152cacb42f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:23:51.608Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:23:51.609Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:51.611Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:51.611Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546231608, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:23:51.711Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:51.712Z||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-26T06:23:51.712Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:51.734Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:51.735Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 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-26T06:23:52.621Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:23:52.621Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d411041-9887-4622-a322-ca8cf7896795","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"742de561-c16a-4898-bbe8-913f800d0ee7","serviceDescription":"service","serviceInvariantUUID":"7d87ee3e-d81b-4211-b67e-10f41d3294a7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6964e26c-af3f-412f-b1c1-4733084da30b","resourceInvariantUUID":"cfc77e7f-869e-4415-b9d2-2259ebaf9ff3","resourceCustomizationUUID":"7a1f1ab0-d904-45ac-b96f-ca581097dde1","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":"YjlmZTVjNGFhMTM5NWI4MmVlYWMzNDYyN2I4YTdhNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9adb44fb-a74b-4d3f-a507-9b5279492644","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":"99a98ef4-3a22-40bc-9b65-e5ae29600fdf","artifactVersion":"2","generatedFromUUID":"98a07c02-0d47-4e4e-b766-bff57c7b1315"},{"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":"98a07c02-0d47-4e4e-b766-bff57c7b1315","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":"MWU1NzIwYTQ0YWEyODBlNDMzZmJmMzVjYTMyOTRmMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"284cca91-5164-4be1-b1dc-c234504919d1","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":"0c468337-877a-4b4a-83cc-7687e2fdd856","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":"a71d2902-702a-417e-bbd6-70388151443b","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":"147eb769-4f46-47e4-bbc9-5d64973b319c","artifactVersion":"2","generatedFromUUID":"0c468337-877a-4b4a-83cc-7687e2fdd856"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGQ3OTQ0MjJiZmE1Y2I2ZjNhNTI3MDc2NGQyZjljYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a90a505f-06d9-4cef-9b04-9399fa2d2205","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTgwMDg0OGZkNGViNzg5OGJjN2NmZjI3YjMzNzYzODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"948415b8-500d-40b5-8216-44e29e564158","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:23:52.621Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:52.621Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:52.623Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:52.623Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:52.723Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:52.724Z||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-26T06:23:52.724Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:52.740Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:52.741Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:53.623Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:53.624Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:53.626Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:53.626Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-26T06:23:53.729Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-26T06:23:53.730Z||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-26T06:23:53.730Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:53.758Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:53.758Z||pool-68-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:23:54.626Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:54.627Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:54.628Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:54.629Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-26T06:23:54.729Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:54.730Z||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-26T06:23:54.730Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:54.742Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:54.743Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:55.629Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:55.630Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:55.631Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:55.632Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:23:55.732Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:55.733Z||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-26T06:23:55.733Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:55.756Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:55.757Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:56.632Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:56.633Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:56.634Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:56.635Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-26T06:23:56.735Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:56.735Z||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-26T06:23:56.735Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:56.750Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:56.751Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:57.635Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:57.636Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:57.638Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:57.638Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:57.738Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:57.739Z||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-26T06:23:57.739Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:57.753Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:57.754Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:58.638Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:58.639Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:58.641Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:58.641Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-26T06:23:58.741Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:58.742Z||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-26T06:23:58.742Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:58.758Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:58.758Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:23:59.642Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:23:59.642Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:23:59.644Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:23:59.644Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:23:59.744Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:23:59.746Z||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-26T06:23:59.747Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:23:59.777Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:23:59.778Z||pool-74-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:00.651Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:24:00.652Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:00.654Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:00.654Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:24:00.754Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:00.755Z||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-26T06:24:00.755Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:00.780Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:00.780Z||pool-75-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:01.654Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "742de561-c16a-4898-bbe8-913f800d0ee7", "serviceDescription": "service", "serviceInvariantUUID": "7d87ee3e-d81b-4211-b67e-10f41d3294a7", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7a1f1ab0-d904-45ac-b96f-ca581097dde1", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6964e26c-af3f-412f-b1c1-4733084da30b", "resourceInvariantUUID": "cfc77e7f-869e-4415-b9d2-2259ebaf9ff3", "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": "99a98ef4-3a22-40bc-9b65-e5ae29600fdf", "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": "98a07c02-0d47-4e4e-b766-bff57c7b1315", "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": "MWU1NzIwYTQ0YWEyODBlNDMzZmJmMzVjYTMyOTRmMWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "284cca91-5164-4be1-b1dc-c234504919d1", "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": "0c468337-877a-4b4a-83cc-7687e2fdd856", "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": "147eb769-4f46-47e4-bbc9-5d64973b319c", "generatedFromUUID": "0c468337-877a-4b4a-83cc-7687e2fdd856" }, "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": "147eb769-4f46-47e4-bbc9-5d64973b319c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTgwMDg0OGZkNGViNzg5OGJjN2NmZjI3YjMzNzYzODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "948415b8-500d-40b5-8216-44e29e564158" } ], "workloadContext": "Production" } 2022-05-26T06:24:01.655Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:24:01.655Z|85a42515-cfae-451b-947d-1152cacb42f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 742de561-c16a-4898-bbe8-913f800d0ee7 ASDC 2022-05-26T06:24:01.655Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1d411041-9887-4622-a322-ca8cf7896795 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:742de561-c16a-4898-bbe8-913f800d0ee7 ServiceInvariantUUID:7d87ee3e-d81b-4211-b67e-10f41d3294a7 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:948415b8-500d-40b5-8216-44e29e564158 ArtifactChecksum:YTgwMDg0OGZkNGViNzg5OGJjN2NmZjI3YjMzNzYzODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7a1f1ab0-d904-45ac-b96f-ca581097dde1 ResourceInvariantUUID:cfc77e7f-869e-4415-b9d2-2259ebaf9ff3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6964e26c-af3f-412f-b1c1-4733084da30b 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:99a98ef4-3a22-40bc-9b65-e5ae29600fdf 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:98a07c02-0d47-4e4e-b766-bff57c7b1315 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:284cca91-5164-4be1-b1dc-c234504919d1 ArtifactChecksum:MWU1NzIwYTQ0YWEyODBlNDMzZmJmMzVjYTMyOTRmMWY= 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:0c468337-877a-4b4a-83cc-7687e2fdd856 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:147eb769-4f46-47e4-bbc9-5d64973b319c 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:147eb769-4f46-47e4-bbc9-5d64973b319c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:24:01.655Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 742de561-c16a-4898-bbe8-913f800d0ee7 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-26T06:24:01.683Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:24:01.684Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:24:01.684Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:24:01.684Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 948415b8-500d-40b5-8216-44e29e564158 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-26T06:24:01.684Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:01.684Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-26T06:24:03.128Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:03.131Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 948415b8-500d-40b5-8216-44e29e564158 68958 2022-05-26T06:24:03.132Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-26T06:24:03.132Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-26T06:24:03.132Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:03.132Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:03.134Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:03.134Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546243132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:03.234Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:03.235Z||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-26T06:24:03.235Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:03.249Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:03.249Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:04.135Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:24:04.136Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:24:04.136Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 948415b8-500d-40b5-8216-44e29e564158, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:04.137Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-26T06:24:04.137Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:04.137Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:04.289Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2345374812376824515/Definitions/service-BasicCnf-template.yml 2022-05-26T06:24:05.277Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:24:05.278Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:24:05.278Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:05.279Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-26T06:24:05.279Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:05.279Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:05.279Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:05.279Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-26T06:24:05.280Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:24:05.280Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.280Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.281Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:05.281Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:24:05.281Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:24:05.281Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.282Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.282Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:05.282Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:24:05.282Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:24:05.283Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.283Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.283Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.283Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-26T06:24:05.284Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-26T06:24:05.284Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-26T06:24:05.284Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:24:05.285Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.285Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:24:05.285Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.285Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:05.286Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:05.286Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.286Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:05.286Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:05.287Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.287Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:05.287Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:05.288Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.288Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-26T06:24:05.288Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-26T06:24:05.288Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc193379-3e8d-4fe5-a3ca-157a022607bb 2022-05-26T06:24:05.289Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.289Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.289Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.289Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.290Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.290Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.290Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:05.291Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:05.291Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:742de561-c16a-4898-bbe8-913f800d0ee7 Model Version:NULL Model InvariantUuid:7d87ee3e-d81b-4211-b67e-10f41d3294a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:09614e47-a27d-473e-9a5c-275895b6c868 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cfc77e7f-869e-4415-b9d2-2259ebaf9ff3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7a1f1ab0-d904-45ac-b96f-ca581097dde1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ae8b2d7-3788-4be2-b93f-eec958bf3443 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:eea0d712-f60a-401a-848f-521faaf649a7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc193379-3e8d-4fe5-a3ca-157a022607bb ModelInvariantUuid:0f1fe966-1dbf-44f7-b3db-d72167a29b96 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5ef99297-5d35-403d-82c8-b400169914b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a760af8d-eecc-4b47-b5ae-8770f69b16f1 ModelInvariantUuid:0325c14e-e10a-42f2-a5cf-c128383d782c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e99f5d6e-ceab-4151-93c7-4026a515bad9 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-26T06:24:05.297Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6964e26c-af3f-412f-b1c1-4733084da30b 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-26T06:24:05.299Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-05-26T06:24:05.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6964e26c-af3f-412f-b1c1-4733084da30b 2022-05-26T06:24:05.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99a98ef4-3a22-40bc-9b65-e5ae29600fdf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-26T06:24:05.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:05.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-26T06:24:05.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:05.664Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 99a98ef4-3a22-40bc-9b65-e5ae29600fdf 12 2022-05-26T06:24:05.664Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-26T06:24:05.665Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-26T06:24:05.665Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:05.665Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:05.668Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:05.668Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546245664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:05.768Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:05.769Z||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-26T06:24:05.769Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:05.799Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:05.800Z||pool-77-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:24:06.669Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98a07c02-0d47-4e4e-b766-bff57c7b1315 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-26T06:24:06.669Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:06.669Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-26T06:24:06.968Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:06.969Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 98a07c02-0d47-4e4e-b766-bff57c7b1315 2688 2022-05-26T06:24:06.969Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-26T06:24:06.969Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-26T06:24:06.969Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:06.969Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:06.971Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:06.971Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546246969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:07.071Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:07.072Z||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-26T06:24:07.072Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:07.093Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:07.094Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:07.972Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284cca91-5164-4be1-b1dc-c234504919d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-26T06:24:07.973Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:07.973Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-26T06:24:08.176Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:08.177Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 284cca91-5164-4be1-b1dc-c234504919d1 828 2022-05-26T06:24:08.177Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-26T06:24:08.177Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-26T06:24:08.177Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:08.177Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:08.179Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:08.179Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546248177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:08.279Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:08.280Z||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-26T06:24:08.280Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:08.293Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:08.293Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:09.180Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0ae8b2d7-3788-4be2-b93f-eec958bf3443", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eea0d712-f60a-401a-848f-521faaf649a7", "vfModuleModelCustomizationUUID": "15b49cd8-99f3-491f-84bf-b1b10b9c7f86", "isBase": true, "artifacts": [ "0c468337-877a-4b4a-83cc-7687e2fdd856", "98a07c02-0d47-4e4e-b766-bff57c7b1315", "147eb769-4f46-47e4-bbc9-5d64973b319c" ], "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-26T06:24:09.183Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eea0d712-f60a-401a-848f-521faaf649a7 VfModuleModelInvariantUUID:0ae8b2d7-3788-4be2-b93f-eec958bf3443 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c468337-877a-4b4a-83cc-7687e2fdd856 , 98a07c02-0d47-4e4e-b766-bff57c7b1315 , 147eb769-4f46-47e4-bbc9-5d64973b319c } 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-26T06:24:09.185Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0ae8b2d7-3788-4be2-b93f-eec958bf3443", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eea0d712-f60a-401a-848f-521faaf649a7", "vfModuleModelCustomizationUUID": "15b49cd8-99f3-491f-84bf-b1b10b9c7f86", "isBase": true, "artifacts": [ "0c468337-877a-4b4a-83cc-7687e2fdd856", "98a07c02-0d47-4e4e-b766-bff57c7b1315", "147eb769-4f46-47e4-bbc9-5d64973b319c" ], "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-26T06:24:09.186Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eea0d712-f60a-401a-848f-521faaf649a7 VfModuleModelInvariantUUID:0ae8b2d7-3788-4be2-b93f-eec958bf3443 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c468337-877a-4b4a-83cc-7687e2fdd856 , 98a07c02-0d47-4e4e-b766-bff57c7b1315 , 147eb769-4f46-47e4-bbc9-5d64973b319c } 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-26T06:24:09.186Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c468337-877a-4b4a-83cc-7687e2fdd856 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-26T06:24:09.186Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:09.187Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-26T06:24:09.762Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:09.763Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0c468337-877a-4b4a-83cc-7687e2fdd856 1164 2022-05-26T06:24:09.763Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-26T06:24:09.764Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-26T06:24:09.764Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:09.764Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:09.766Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:09.766Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546249763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:09.866Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:09.866Z||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-26T06:24:09.867Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:09.880Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:09.880Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:10.768Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 147eb769-4f46-47e4-bbc9-5d64973b319c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-26T06:24:10.769Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:24:10.769Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-26T06:24:10.810Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:24:10.810Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 147eb769-4f46-47e4-bbc9-5d64973b319c 200 2022-05-26T06:24:10.811Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-26T06:24:10.811Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-26T06:24:10.811Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:24:10.811Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:10.814Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:10.814Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546250811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:10.913Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:24:10.914Z||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-26T06:24:10.914Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:10.950Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:10.951Z||pool-81-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:11.815Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 742de561-c16a-4898-bbe8-913f800d0ee7 2022-05-26T06:24:11.815Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6964e26c-af3f-412f-b1c1-4733084da30b ASDC 2022-05-26T06:24:11.823Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 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-26T06:24:11.834Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@692baf62, org.onap.sdc.toscaparser.api.parameters.Input@b771844, org.onap.sdc.toscaparser.api.parameters.Input@39e29629, org.onap.sdc.toscaparser.api.parameters.Input@224c94ea, org.onap.sdc.toscaparser.api.parameters.Input@16286f7e] 2022-05-26T06:24:11.835Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.836Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.836Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:24:11.836Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7a1f1ab0-d904-45ac-b96f-ca581097dde1 2022-05-26T06:24:11.836Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a1f1ab0-d904-45ac-b96f-ca581097dde1 matches Tosca VF Customization UUID: 7a1f1ab0-d904-45ac-b96f-ca581097dde1 2022-05-26T06:24:11.837Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7a1f1ab0-d904-45ac-b96f-ca581097dde1 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-26T06:24:11.838Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.839Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.839Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7a1f1ab0-d904-45ac-b96f-ca581097dde1: {\"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-26T06:24:11.839Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e7d57b1 2022-05-26T06:24:11.840Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.840Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:24:11.840Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15b49cd8-99f3-491f-84bf-b1b10b9c7f86 2022-05-26T06:24:11.841Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15b49cd8-99f3-491f-84bf-b1b10b9c7f86 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-26T06:24:11.842Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.843Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:11.843Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:11.843Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.844Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:11.844Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:11.844Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.844Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-26T06:24:11.845Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-26T06:24:11.845Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc193379-3e8d-4fe5-a3ca-157a022607bb 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-26T06:24:11.847Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.847Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:11.847Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:24:11.848Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.848Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-26T06:24:11.848Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7a1f1ab0-d904-45ac-b96f-ca581097dde1 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-26T06:24:11.850Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.851Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.851Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 742de561-c16a-4898-bbe8-913f800d0ee7: basic_cnf 2022-05-26T06:24:11.851Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.852Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.852Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.852Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.852Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.852Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.853Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.853Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.853Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:24:11.853Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:24:11.853Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:24:11.908Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6964e26c-af3f-412f-b1c1-4733084da30b 1 ASDC deployResourceStructure 2022-05-26T06:24:11.909Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-26T06:24:11.909Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-26T06:24:11.909Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-26T06:24:11.910Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:11.912Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:11.912Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546251908, "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-26T06:24:12.012Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:12.013Z||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-26T06:24:12.013Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:12.039Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:12.040Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:12.913Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-26T06:24:12.913Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-26T06:24:12.913Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-26T06:24:12.914Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:12.915Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:12.916Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546252913, "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-26T06:24:13.015Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:24:13.016Z||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-26T06:24:13.016Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:13.031Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:13.032Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:24:13.917Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-26T06:24:13.917Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-26T06:24:13.917Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:24:13.918Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:13.919Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:13.920Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546253917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:24:14.020Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:14.020Z||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-26T06:24:14.021Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:14.036Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:14.036Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:14.920Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-26T06:24:14.921Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-26T06:24:14.921Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:24:14.921Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:14.923Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:14.923Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546254920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:24:15.024Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:15.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-26T06:24:15.025Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:15.040Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:15.040Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:24:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:24:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:15.702Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f35daea5-aac6-4496-8674-738f3a42222a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546178149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:24:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:24:15.703Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.704Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:24:15.704Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.704Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.704Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:24:15.704Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.705Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.706Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546191368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.707Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546194078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:15.708Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:24:15.708Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:24:15.708Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546195175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:24:15.708Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:24:15.924Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-26T06:24:15.925Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-26T06:24:15.925Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:24:15.925Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:15.927Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:15.927Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546255924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-26T06:24:16.027Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:16.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-26T06:24:16.028Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:16.045Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:16.046Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:24:16.928Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-26T06:24:16.928Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-26T06:24:16.928Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:24:16.929Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:16.930Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:16.931Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546256928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:24:17.031Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:17.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-26T06:24:17.032Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:17.059Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:17.059Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:24:17.931Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d411041-9887-4622-a322-ca8cf7896795 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:24:17.942Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d411041-9887-4622-a322-ca8cf7896795 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:24:17.944Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:24:17.944Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:24:17.945Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:24:17.950Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:24:47.950Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d411041-9887-4622-a322-ca8cf7896795 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-26T06:24:47.956Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d411041-9887-4622-a322-ca8cf7896795 and serviceModelVersionId: 742de561-c16a-4898-bbe8-913f800d0ee7 2022-05-26T06:24:47.956Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d87ee3e-d81b-4211-b67e-10f41d3294a7 2022-05-26T06:24:47.956Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0 2022-05-26T06:24:47.960Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:24:47.996Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0|INFO|500||Invoke 2022-05-26T06:24:47.996Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d411041-9887-4622-a322-ca8cf7896795], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1fdd670-d02d-4b95-9468-39d39e1a63bb], X-ECOMP-RequestID=[1d411041-9887-4622-a322-ca8cf7896795], X-TransactionId=[], X-ONAP-RequestID=[1d411041-9887-4622-a322-ca8cf7896795], Content-Type=[application/merge-patch+json]} 2022-05-26T06:24:48.014Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:24:48.096Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?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/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220526-06:24:48:414-64509], vertex-id=[172152], Content-Length=[0], Date=[Thu, 26 May 2022 06:24:48 GMT], Content-Type=[application/json]} 2022-05-26T06:24:48.096Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:24:48.097Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d87ee3e-d81b-4211-b67e-10f41d3294a7/model-vers/model-ver/742de561-c16a-4898-bbe8-913f800d0ee7?depth=0|INFO|500||InvokeReturn 2022-05-26T06:24:48.097Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:24:48.097Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:24:48.102Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:24:48.103Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d411041-9887-4622-a322-ca8cf7896795 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:24:48.103Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:24:48.103Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:24:48.105Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:24:48.105Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546288103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:24:48.205Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:24:48.206Z||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-26T06:24:48.206Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:48.230Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:48.231Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 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-26T06:24:49.118Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:24:49.118Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:24:49.118Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:24:58.662Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:24:58.662Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:24:58.663Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:24:58.663Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:25:08.203Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:25:08.204Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:25:08.204Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:25:08.204Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:25:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:25:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:25:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:25:15.694Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:25:15.694Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546196229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546197338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.695Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546198342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546199345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546200348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "85a42515-cfae-451b-947d-1152cacb42f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546231608, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.696Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.697Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:25:15.698Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546179166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546243132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546245664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546246969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.699Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546248177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546249763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546250811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546251908, "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-26T06:25:15.700Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546252913, "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-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546253917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546254920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:25:15.701Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:25:18.076Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:25:18.076Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:25:18.077Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:25:18.077Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:25:27.631Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:25:27.632Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:25:27.632Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:25:27.632Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:25:37.178Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:26:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:26:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:26:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:26:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:26:15.668Z||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-26T06:26:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:26:15.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:26:15.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-26T06:26:15.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546255924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-26T06:26:15.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:26:25.212Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:27:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:27:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:27:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:27:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:27:15.668Z||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-26T06:27:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:27:16.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:27:16.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T06:27:16.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546256928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:27:16.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:27:16.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T06:27:16.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d411041-9887-4622-a322-ca8cf7896795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546288103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:27:16.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:27:25.213Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:28:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:28:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:28:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:28:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:28:15.667Z||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-26T06:28:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:28:25.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:28:25.223Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:29:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:29:15.667Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:29:15.667Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:29:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:29:15.667Z||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-26T06:29:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:29:25.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:29:25.221Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:30:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:30:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:30:15.667Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:30:15.667Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:30:15.667Z||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-26T06:30:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:30:25.222Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:30:25.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:31:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:31:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:31:15.665Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:31:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:31:15.668Z||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-26T06:31:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:31:25.222Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:31:25.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:32:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:32:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:32:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:32:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:32:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:32:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:32:25.361Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:32:25.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:33:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:33:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:33:15.664Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:33:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:33:15.668Z||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-26T06:33:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:33:25.217Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:33:25.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:15.663Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:34:15.665Z|1d411041-9887-4622-a322-ca8cf7896795|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-26T06:34:15.665Z|1d411041-9887-4622-a322-ca8cf7896795|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:34:15.668Z||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-26T06:34:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:15.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:15.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-26T06:34:15.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546834230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546837431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546848005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546848507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546849012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "policy-id", "timestamp": 1653546850015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:34:15.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:34:15.888Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:34:15.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546839979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:34:15.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-26T06:34:15.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546851058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:34:15.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:15.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546850787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:15.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:15.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-26T06:34:15.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546852061, "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-26T06:34:15.908Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:34:15.908Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:34:15.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "ves-openapi-manager", "timestamp": 1653546843638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "cds", "timestamp": 1653546853116, "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-26T06:34:15.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:34:15.923Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:34:15.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546845095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:34:15.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:15.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-26T06:34:15.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-26T06:34:15.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546855956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:15.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:34:16.296Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:16.297Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:34:16.297Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7799005-4a6f-4f40-b56b-15bc8c73b9ca","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"113583d5-9559-4844-aac6-ea8adf82c692","serviceDescription":"service","serviceInvariantUUID":"d5d91f1a-4f15-466b-a77e-a2675ed53bd1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8647f994-37f0-4d71-8c61-d77a991c8612","resourceInvariantUUID":"f3cad405-aef7-433d-a384-864952387965","resourceCustomizationUUID":"40e2935c-1f4e-4b15-a9c2-587077d95d57","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":"MDYxOWM0ZWRhNjQ0MGFjYzk5N2ViYTM2ZWU0ZmE1OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a97afd6-1cc0-4ac6-993f-011c8c2208f9","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":"ZTViM2Y5NzI1ZDM0MDEyZTY2N2I5MjIwMGU1NjNmZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2abac017-5bd3-4a21-af17-40eed29cf1e1","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":"f3e0db8c-66cf-4530-998a-2a50074469e6","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":"5323bea3-1754-4485-a592-9ab554443ff5","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":"c409ddf8-e59b-48e8-b31f-703d35bbfbda","artifactVersion":"2","generatedFromUUID":"6ab689b3-7988-4891-b759-ff585e0a7c0f"},{"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":"0531d7e5-485d-4d5e-bddf-aac1a28b59d5","artifactVersion":"2","generatedFromUUID":"f3e0db8c-66cf-4530-998a-2a50074469e6"},{"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":"6ab689b3-7988-4891-b759-ff585e0a7c0f","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":"6ef2613f-e1a5-4ff3-9870-c17685a66024","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":"YThiYTVkZTNlMDljMjQyZTk0NGUxNWZlYjE3MGJmOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a367eab8-bda7-4505-8bbd-d2b718b358e4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmI3NDQ0NDA0MzBmOTdmZGNlMTVlMTdiMzdmZmRkNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:34:16.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:16.300Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:16.304Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:16.304Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:16.404Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:16.405Z||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-26T06:34:16.405Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:16.436Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:16.437Z||pool-89-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:17.305Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:17.306Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:17.308Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:17.308Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:34:17.408Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:17.409Z||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-26T06:34:17.409Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:17.572Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:17.572Z||pool-90-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:34:18.309Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:18.309Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:18.312Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:18.312Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-26T06:34:18.412Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:18.413Z||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-26T06:34:18.413Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:18.427Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:18.428Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:19.312Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:19.313Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:19.316Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:19.316Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:19.416Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:19.417Z||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-26T06:34:19.417Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:19.454Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:19.454Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:20.317Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:20.317Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:20.320Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:20.320Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-26T06:34:20.420Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:20.421Z||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-26T06:34:20.421Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:20.447Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:20.448Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:34:21.320Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:21.321Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:21.324Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:21.324Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-26T06:34:21.424Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:21.425Z||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-26T06:34:21.426Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:21.439Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:21.440Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:22.325Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:22.326Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:22.328Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:22.328Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-26T06:34:22.428Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:22.429Z||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-26T06:34:22.429Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:22.447Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:22.447Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:23.332Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:23.332Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:23.335Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:23.335Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:23.435Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:23.436Z||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-26T06:34:23.436Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:23.449Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:23.450Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:24.336Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:24.337Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:24.340Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:24.340Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:34:24.440Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:34:24.440Z||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-26T06:34:24.441Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:24.457Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:24.457Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:25.341Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:34:25.341Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:25.344Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:25.344Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:34:25.444Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:25.445Z||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-26T06:34:25.445Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:25.460Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:25.460Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:26.345Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "113583d5-9559-4844-aac6-ea8adf82c692", "serviceDescription": "service", "serviceInvariantUUID": "d5d91f1a-4f15-466b-a77e-a2675ed53bd1", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "40e2935c-1f4e-4b15-a9c2-587077d95d57", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8647f994-37f0-4d71-8c61-d77a991c8612", "resourceInvariantUUID": "f3cad405-aef7-433d-a384-864952387965", "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": "ZTViM2Y5NzI1ZDM0MDEyZTY2N2I5MjIwMGU1NjNmZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2abac017-5bd3-4a21-af17-40eed29cf1e1", "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": "f3e0db8c-66cf-4530-998a-2a50074469e6", "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": "0531d7e5-485d-4d5e-bddf-aac1a28b59d5", "generatedFromUUID": "f3e0db8c-66cf-4530-998a-2a50074469e6" }, "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": "c409ddf8-e59b-48e8-b31f-703d35bbfbda", "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": "0531d7e5-485d-4d5e-bddf-aac1a28b59d5", "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": "6ab689b3-7988-4891-b759-ff585e0a7c0f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZmI3NDQ0NDA0MzBmOTdmZGNlMTVlMTdiMzdmZmRkNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38" } ], "workloadContext": "Production" } 2022-05-26T06:34:26.345Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:34:26.345Z|1d411041-9887-4622-a322-ca8cf7896795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 113583d5-9559-4844-aac6-ea8adf82c692 ASDC 2022-05-26T06:34:26.346Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f7799005-4a6f-4f40-b56b-15bc8c73b9ca ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:113583d5-9559-4844-aac6-ea8adf82c692 ServiceInvariantUUID:d5d91f1a-4f15-466b-a77e-a2675ed53bd1 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:8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38 ArtifactChecksum:ZmI3NDQ0NDA0MzBmOTdmZGNlMTVlMTdiMzdmZmRkNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:40e2935c-1f4e-4b15-a9c2-587077d95d57 ResourceInvariantUUID:f3cad405-aef7-433d-a384-864952387965 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:8647f994-37f0-4d71-8c61-d77a991c8612 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:2abac017-5bd3-4a21-af17-40eed29cf1e1 ArtifactChecksum:ZTViM2Y5NzI1ZDM0MDEyZTY2N2I5MjIwMGU1NjNmZmI= 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:f3e0db8c-66cf-4530-998a-2a50074469e6 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:0531d7e5-485d-4d5e-bddf-aac1a28b59d5 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:c409ddf8-e59b-48e8-b31f-703d35bbfbda 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:0531d7e5-485d-4d5e-bddf-aac1a28b59d5 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:6ab689b3-7988-4891-b759-ff585e0a7c0f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:34:26.346Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 113583d5-9559-4844-aac6-ea8adf82c692 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-26T06:34:26.381Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:34:26.383Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:34:26.383Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:34:26.383Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:26.383Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:26.383Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:26.614Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:26.622Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38 158208 2022-05-26T06:34:26.622Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:26.622Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:26.622Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:26.623Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:26.625Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:26.625Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546866622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:26.725Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:26.726Z||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-26T06:34:26.726Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:26.742Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:26.742Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:27.626Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:34:27.627Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:34:27.627Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8d04a2cd-8a44-4ed6-8b4c-1ba5a3947d38, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:27.628Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-26T06:34:27.629Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:27.629Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:27.818Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9372923571211641942/Definitions/service-BasicCnfMacro-template.yml 2022-05-26T06:34:28.991Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:34:28.991Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:34:28.991Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.993Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.993Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:34:28.993Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:34:28.993Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.993Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.995Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-26T06:34:28.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1ced195f-70e6-49e9-920c-d5c0bc49a8e1 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.998Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.999Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:28.999Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:28.999Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:113583d5-9559-4844-aac6-ea8adf82c692 Model Version:NULL Model InvariantUuid:d5d91f1a-4f15-466b-a77e-a2675ed53bd1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:282d8d55-59c5-46bd-991e-ba0fef1c4c51 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f3cad405-aef7-433d-a384-864952387965 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:40e2935c-1f4e-4b15-a9c2-587077d95d57 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:007c9ae4-7b76-45f6-bfa9-5f88b9f3f64a ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:23f0bd7e-6aed-48dc-9c0d-2a667561eb0e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:059e899a-bc13-4f07-9e42-ea22354cb695 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b24abcb5-c143-438a-98b6-6b9b98d3cef2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ced195f-70e6-49e9-920c-d5c0bc49a8e1 ModelInvariantUuid:befa6f58-e691-438e-88e8-ecf160caa5c3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:05356b3c-9d5f-440c-aed3-b13b41f67217 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:8730ce06-28c1-4b1b-9d6b-f5a7583a6dbe ModelInvariantUuid:b55cf67c-4f3b-46f1-b8f9-864fc88c3133 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b7ce669a-7aa2-4da4-8f15-512f1008f74c 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-26T06:34:29.005Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8647f994-37f0-4d71-8c61-d77a991c8612 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-26T06:34:29.009Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-05-26T06:34:29.009Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8647f994-37f0-4d71-8c61-d77a991c8612 2022-05-26T06:34:29.009Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2abac017-5bd3-4a21-af17-40eed29cf1e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-26T06:34:29.009Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:29.010Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:29.231Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:29.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2abac017-5bd3-4a21-af17-40eed29cf1e1 1565 2022-05-26T06:34:29.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:29.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:29.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:29.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:29.234Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:29.235Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546869232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:29.335Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:34:29.335Z||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-26T06:34:29.335Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:29.347Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:29.348Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:30.235Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "059e899a-bc13-4f07-9e42-ea22354cb695", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b24abcb5-c143-438a-98b6-6b9b98d3cef2", "vfModuleModelCustomizationUUID": "913cc8ac-0fd9-4621-bd9c-d1962dbba637", "isBase": true, "artifacts": [ "f3e0db8c-66cf-4530-998a-2a50074469e6", "0531d7e5-485d-4d5e-bddf-aac1a28b59d5" ], "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": "007c9ae4-7b76-45f6-bfa9-5f88b9f3f64a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23f0bd7e-6aed-48dc-9c0d-2a667561eb0e", "vfModuleModelCustomizationUUID": "1b173abf-a9c8-4db2-b873-b941f82525a0", "isBase": false, "artifacts": [ "6ab689b3-7988-4891-b759-ff585e0a7c0f" ], "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-26T06:34:30.240Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b24abcb5-c143-438a-98b6-6b9b98d3cef2 VfModuleModelInvariantUUID:059e899a-bc13-4f07-9e42-ea22354cb695 VfModuleModelDescription:NULL Artifacts UUID List:{ f3e0db8c-66cf-4530-998a-2a50074469e6 , 0531d7e5-485d-4d5e-bddf-aac1a28b59d5 } 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:23f0bd7e-6aed-48dc-9c0d-2a667561eb0e VfModuleModelInvariantUUID:007c9ae4-7b76-45f6-bfa9-5f88b9f3f64a VfModuleModelDescription:NULL Artifacts UUID List:{ 6ab689b3-7988-4891-b759-ff585e0a7c0f } 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-26T06:34:30.242Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "059e899a-bc13-4f07-9e42-ea22354cb695", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b24abcb5-c143-438a-98b6-6b9b98d3cef2", "vfModuleModelCustomizationUUID": "913cc8ac-0fd9-4621-bd9c-d1962dbba637", "isBase": true, "artifacts": [ "f3e0db8c-66cf-4530-998a-2a50074469e6", "0531d7e5-485d-4d5e-bddf-aac1a28b59d5" ], "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": "007c9ae4-7b76-45f6-bfa9-5f88b9f3f64a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23f0bd7e-6aed-48dc-9c0d-2a667561eb0e", "vfModuleModelCustomizationUUID": "1b173abf-a9c8-4db2-b873-b941f82525a0", "isBase": false, "artifacts": [ "6ab689b3-7988-4891-b759-ff585e0a7c0f" ], "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-26T06:34:30.242Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b24abcb5-c143-438a-98b6-6b9b98d3cef2 VfModuleModelInvariantUUID:059e899a-bc13-4f07-9e42-ea22354cb695 VfModuleModelDescription:NULL Artifacts UUID List:{ f3e0db8c-66cf-4530-998a-2a50074469e6 , 0531d7e5-485d-4d5e-bddf-aac1a28b59d5 } 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:23f0bd7e-6aed-48dc-9c0d-2a667561eb0e VfModuleModelInvariantUUID:007c9ae4-7b76-45f6-bfa9-5f88b9f3f64a VfModuleModelDescription:NULL Artifacts UUID List:{ 6ab689b3-7988-4891-b759-ff585e0a7c0f } 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-26T06:34:30.243Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f3e0db8c-66cf-4530-998a-2a50074469e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-26T06:34:30.243Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:30.243Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:30.404Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:30.405Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f3e0db8c-66cf-4530-998a-2a50074469e6 914 2022-05-26T06:34:30.405Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:30.405Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:30.405Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:30.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:30.408Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:30.408Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546870405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:30.510Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-26T06:34:30.511Z||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-26T06:34:30.511Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:30.533Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:30.534Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:31.408Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c409ddf8-e59b-48e8-b31f-703d35bbfbda from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-26T06:34:31.409Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:31.409Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:31.767Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:31.768Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c409ddf8-e59b-48e8-b31f-703d35bbfbda 12 2022-05-26T06:34:31.768Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:31.768Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:31.768Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:31.769Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:31.771Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:31.771Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546871768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:31.871Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:31.872Z||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-26T06:34:31.872Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:31.886Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:31.887Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:34:32.772Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0531d7e5-485d-4d5e-bddf-aac1a28b59d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-26T06:34:32.773Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:32.773Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:33.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:33.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0531d7e5-485d-4d5e-bddf-aac1a28b59d5 96 2022-05-26T06:34:33.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:33.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:33.406Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:33.407Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:33.409Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:33.409Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546873406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:33.509Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:33.510Z||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-26T06:34:33.510Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:33.527Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:33.528Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:34.410Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ab689b3-7988-4891-b759-ff585e0a7c0f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-26T06:34:34.410Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:34:34.411Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:35.066Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:34:35.067Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6ab689b3-7988-4891-b759-ff585e0a7c0f 20206 2022-05-26T06:34:35.068Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:35.068Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:35.068Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:34:35.068Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:35.070Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:35.070Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546875068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:34:35.170Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:35.171Z||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-26T06:34:35.171Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:35.184Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:35.185Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:36.075Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 113583d5-9559-4844-aac6-ea8adf82c692 2022-05-26T06:34:36.076Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8647f994-37f0-4d71-8c61-d77a991c8612 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-26T06:34:36.083Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f3f7390, org.onap.sdc.toscaparser.api.parameters.Input@51e51342, org.onap.sdc.toscaparser.api.parameters.Input@6aaa6c30, org.onap.sdc.toscaparser.api.parameters.Input@c8bc2ca, org.onap.sdc.toscaparser.api.parameters.Input@587c9338] 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 40e2935c-1f4e-4b15-a9c2-587077d95d57 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40e2935c-1f4e-4b15-a9c2-587077d95d57 matches Tosca VF Customization UUID: 40e2935c-1f4e-4b15-a9c2-587077d95d57 2022-05-26T06:34:36.085Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 40e2935c-1f4e-4b15-a9c2-587077d95d57 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-26T06:34:36.087Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.087Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.088Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 40e2935c-1f4e-4b15-a9c2-587077d95d57: {\"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-26T06:34:36.088Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ac7dbdc 2022-05-26T06:34:36.088Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.088Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:34:36.089Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b173abf-a9c8-4db2-b873-b941f82525a0 2022-05-26T06:34:36.089Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b173abf-a9c8-4db2-b873-b941f82525a0 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-26T06:34:36.091Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.091Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:36.091Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:36.091Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.091Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:36.092Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:34:36.092Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.092Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-26T06:34:36.092Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=40e2935c-1f4e-4b15-a9c2-587077d95d57 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-26T06:34:36.094Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.094Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 113583d5-9559-4844-aac6-ea8adf82c692: basic_cnf_macro 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.095Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:34:36.096Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:36.128Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8647f994-37f0-4d71-8c61-d77a991c8612 2 ASDC deployResourceStructure 2022-05-26T06:34:36.128Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:36.128Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:36.129Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:34:36.129Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:36.132Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:36.132Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546876128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:34:36.232Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:36.233Z||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-26T06:34:36.233Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:36.247Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:36.248Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:37.133Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:37.133Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:37.134Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:34:37.134Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:37.136Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:37.136Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546877133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:34:37.236Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:37.237Z||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-26T06:34:37.237Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:37.253Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:37.254Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:34:38.136Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:38.137Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:38.137Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-26T06:34:38.137Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:38.140Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:38.140Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546878136, "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-26T06:34:38.240Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:38.242Z||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-26T06:34:38.242Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:38.254Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:38.255Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:39.145Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:39.147Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:39.147Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:34:39.147Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:39.150Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:39.150Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546879145, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-26T06:34:39.250Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:34:39.251Z||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-26T06:34:39.251Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:39.265Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:39.265Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:40.152Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:40.153Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:40.153Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-26T06:34:40.153Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:40.155Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:40.155Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546880152, "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-26T06:34:40.256Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:40.256Z||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-26T06:34:40.257Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:40.270Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:40.270Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:41.157Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:41.157Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||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-26T06:34:41.157Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:34:41.158Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:34:41.159Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:34:41.160Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546881156, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:34:41.260Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:34:41.261Z||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-26T06:34:41.261Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:34:41.273Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:34:41.274Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:34:42.161Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:34:42.173Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:34:42.176Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:34:42.176Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:34:42.176Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:35:12.176Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:35:12.187Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:35:12.189Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:35:12.190Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:35:12.190Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:35:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:35:15.668Z||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-26T06:35:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:35:15.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:35:15.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:35:15.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:35:15.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:35:42.190Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:35:42.201Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:35:42.203Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:35:42.203Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:35:42.203Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:36:12.203Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:36:12.213Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:36:12.214Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:36:12.215Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T06:36:12.215Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T06:36:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:36:15.668Z||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-26T06:36:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:36:15.699Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:36:15.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546847289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546857085, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546857976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546858136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546859202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546860283, "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-26T06:36:15.728Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:36:15.728Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "multicloud-k8s-id", "timestamp": 1653546861287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546854230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546854979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546863233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546863818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546864239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "policy-id", "timestamp": 1653546865244, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:36:15.752Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.752Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "cds", "timestamp": 1653546865027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:36:15.763Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546866622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546869326, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546869232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "aai-ml", "timestamp": 1653546870331, "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-26T06:36:15.778Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:36:15.778Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546870405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "ves-openapi-manager", "timestamp": 1653546863638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546871768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546865096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546873406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546874403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546867433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546875068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546876272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546876128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546876901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546877133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546877766, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546878289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546878136, "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-26T06:36:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546878788, "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-26T06:36:15.794Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.794Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546879503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546879145, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "multicloud-k8s-id", "timestamp": 1653546879792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546880507, "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-26T06:36:15.807Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.807Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546880152, "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-26T06:36:15.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546881156, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546882293, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "clamp", "timestamp": 1653546883298, "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-26T06:36:15.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7799005-4a6f-4f40-b56b-15bc8c73b9ca 2022-05-26T06:36:15.821Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:36:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546877289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546886180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546855098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546892817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "aai-ml", "timestamp": 1653546893821, "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-26T06:36:15.837Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.837Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546901292, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546903143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "clamp", "timestamp": 1653546904147, "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-26T06:36:15.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f890a704-5b58-4d1f-b79a-b35954d2a41f 2022-05-26T06:36:15.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:36:15.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546894230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546897431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546907587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546907587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546908591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546899979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "policy-id", "timestamp": 1653546909597, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T06:36:15.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:36:15.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:36:15.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546909653, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546909972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653546910657, "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-26T06:36:15.910Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:36:15.910Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "cds", "timestamp": 1653546911158, "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=? 2022-05-26T06:36:15.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:36:15.922Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:36:15.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546903638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546913516, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "multicloud-k8s-id", "timestamp": 1653546905096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546905150, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546914548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "ves-openapi-manager", "timestamp": 1653546915550, "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-26T06:36:15.936Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:36:15.936Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:36:15.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:36:15.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546907289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:36:15.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:36:42.215Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:36:42.228Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:36:42.231Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:36:42.231Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:36:42.231Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:36:42.231Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:36:42.232Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:36:42.238Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:37:12.239Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca 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-26T06:37:12.247Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7799005-4a6f-4f40-b56b-15bc8c73b9ca and serviceModelVersionId: 113583d5-9559-4844-aac6-ea8adf82c692 2022-05-26T06:37:12.247Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5d91f1a-4f15-466b-a77e-a2675ed53bd1 2022-05-26T06:37:12.248Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0 2022-05-26T06:37:12.253Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:37:12.323Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0|INFO|500||Invoke 2022-05-26T06:37:12.324Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7799005-4a6f-4f40-b56b-15bc8c73b9ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21700f44-173a-4079-ba12-f7634962f8b2], X-ECOMP-RequestID=[f7799005-4a6f-4f40-b56b-15bc8c73b9ca], X-TransactionId=[], X-ONAP-RequestID=[f7799005-4a6f-4f40-b56b-15bc8c73b9ca], Content-Type=[application/merge-patch+json]} 2022-05-26T06:37:12.347Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:37:12.952Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?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/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220526-06:37:12:759-947], vertex-id=[221272], Content-Length=[0], Date=[Thu, 26 May 2022 06:37:12 GMT], Content-Type=[application/json]} 2022-05-26T06:37:12.953Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:37:12.953Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5d91f1a-4f15-466b-a77e-a2675ed53bd1/model-vers/model-ver/113583d5-9559-4844-aac6-ea8adf82c692?depth=0|INFO|500||InvokeReturn 2022-05-26T06:37:12.954Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:37:12.954Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:37:12.959Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:37:12.959Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7799005-4a6f-4f40-b56b-15bc8c73b9ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:37:12.959Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:37:12.960Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:12.962Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:12.962Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547032959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:37:13.062Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:13.063Z||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-26T06:37:13.063Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:13.096Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:13.096Z||pool-111-thread-1|||||INFO|500||cambria reply ok (33 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-26T06:37:13.974Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:37:13.975Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f890a704-5b58-4d1f-b79a-b35954d2a41f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"44b54bc3-4fda-48f8-83a0-eb29c6f7e37c","serviceDescription":"service","serviceInvariantUUID":"058b3a77-8513-4e8f-aa9e-6f0be06d8ba3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"846d747a-d8dc-48ae-8564-b865240e6ede","resourceInvariantUUID":"e006df5c-c066-44a3-b525-0d8261b381b8","resourceCustomizationUUID":"a6415f1c-b3d5-4d59-ad3b-7b292d399198","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":"Y2E5MzBjYjllYzkxMTY5MWYyZjM2M2JjMzMzODAyMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa034852-1cb0-4be1-90ad-739ef180118e","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":"ZTgxZjQ1NTJiYzJjMDQ0YzE0YWU1NzhkOTk2YTViYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36d431b5-82ba-46a0-86e7-6d3706260ed9","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":"71abc17a-7484-43e4-be2b-9126ce62eb33","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":"7ce82793-818d-4534-8718-7adb5d52a8c2","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":"1e4ffc89-dba8-4a72-a1c0-256645b23b2a","artifactVersion":"2","generatedFromUUID":"71abc17a-7484-43e4-be2b-9126ce62eb33"},{"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":"YzA5NjYyYWZhYjljMjU5Y2YzOTM5ODk5NGQyMjAxZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b6aab3ba-970e-451f-8f46-7f79b1b98148","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":"MWVlOTMwZTg3ZDkxNmM0OGJhNGFlNDA4NWUxNmEyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c1f1c4-655a-47c8-a067-e6d5e19d5004","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWFjZDBlZGJkNjJiNGM0NDcyYTMzYTI4MjQxMjNmNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77a30da7-add9-44e1-979e-3262db9ea2c8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:37:13.975Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:13.976Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:13.978Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:13.978Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:37:14.078Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:14.079Z||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-26T06:37:14.079Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:14.097Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:14.097Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:14.978Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:14.979Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:14.981Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:14.981Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:37:15.081Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:15.083Z||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-26T06:37:15.083Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:15.106Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:15.106Z||pool-113-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:37:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:37:15.668Z||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-26T06:37:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:15.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:15.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546917032, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:15.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:37:15.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546919295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:15.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:37:15.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546920312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:37:15.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:37:15.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "clamp", "timestamp": 1653546921316, "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-26T06:37:15.708Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:37:15.708Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:37:15.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546921685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:37:15.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:37:15.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:37:15.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "aai-ml", "timestamp": 1653546922688, "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-26T06:37:15.721Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efa58b99-b05d-42b7-b134-d263ca3292bf 2022-05-26T06:37:15.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:37:15.982Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:15.983Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:15.984Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:15.985Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:37:16.085Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:16.086Z||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-26T06:37:16.086Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:16.101Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:16.101Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:16.985Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:16.986Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:16.988Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:16.988Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:37:17.088Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:17.089Z||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-26T06:37:17.089Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:17.108Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:17.109Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:17.989Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:17.990Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:17.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:17.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:37:18.092Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:18.093Z||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-26T06:37:18.093Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:18.110Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:18.110Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:18.992Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:18.994Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:18.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:18.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:37:19.096Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:19.097Z||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-26T06:37:19.097Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:19.114Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:19.115Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:37:19.996Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:19.997Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:19.999Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:19.999Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:37:20.099Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:20.099Z||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-26T06:37:20.099Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:20.113Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:20.114Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:21.000Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:37:21.000Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:21.002Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:21.002Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:37:21.102Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:21.103Z||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-26T06:37:21.103Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:21.125Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:21.125Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:22.003Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "44b54bc3-4fda-48f8-83a0-eb29c6f7e37c", "serviceDescription": "service", "serviceInvariantUUID": "058b3a77-8513-4e8f-aa9e-6f0be06d8ba3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a6415f1c-b3d5-4d59-ad3b-7b292d399198", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "846d747a-d8dc-48ae-8564-b865240e6ede", "resourceInvariantUUID": "e006df5c-c066-44a3-b525-0d8261b381b8", "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": "ZTgxZjQ1NTJiYzJjMDQ0YzE0YWU1NzhkOTk2YTViYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36d431b5-82ba-46a0-86e7-6d3706260ed9", "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": "71abc17a-7484-43e4-be2b-9126ce62eb33", "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": "1e4ffc89-dba8-4a72-a1c0-256645b23b2a", "generatedFromUUID": "71abc17a-7484-43e4-be2b-9126ce62eb33" }, "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": "1e4ffc89-dba8-4a72-a1c0-256645b23b2a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWFjZDBlZGJkNjJiNGM0NDcyYTMzYTI4MjQxMjNmNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77a30da7-add9-44e1-979e-3262db9ea2c8" } ], "workloadContext": "Production" } 2022-05-26T06:37:22.004Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:37:22.004Z|f7799005-4a6f-4f40-b56b-15bc8c73b9ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44b54bc3-4fda-48f8-83a0-eb29c6f7e37c ASDC 2022-05-26T06:37:22.004Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f890a704-5b58-4d1f-b79a-b35954d2a41f ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:44b54bc3-4fda-48f8-83a0-eb29c6f7e37c ServiceInvariantUUID:058b3a77-8513-4e8f-aa9e-6f0be06d8ba3 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:77a30da7-add9-44e1-979e-3262db9ea2c8 ArtifactChecksum:NWFjZDBlZGJkNjJiNGM0NDcyYTMzYTI4MjQxMjNmNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a6415f1c-b3d5-4d59-ad3b-7b292d399198 ResourceInvariantUUID:e006df5c-c066-44a3-b525-0d8261b381b8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:846d747a-d8dc-48ae-8564-b865240e6ede 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:36d431b5-82ba-46a0-86e7-6d3706260ed9 ArtifactChecksum:ZTgxZjQ1NTJiYzJjMDQ0YzE0YWU1NzhkOTk2YTViYzA= 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:71abc17a-7484-43e4-be2b-9126ce62eb33 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:1e4ffc89-dba8-4a72-a1c0-256645b23b2a 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:1e4ffc89-dba8-4a72-a1c0-256645b23b2a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T06:37:22.004Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44b54bc3-4fda-48f8-83a0-eb29c6f7e37c 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-26T06:37:22.037Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:37:22.038Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:37:22.038Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:37:22.038Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 77a30da7-add9-44e1-979e-3262db9ea2c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-26T06:37:22.038Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:37:22.038Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-26T06:37:22.150Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:37:22.153Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 77a30da7-add9-44e1-979e-3262db9ea2c8 78797 2022-05-26T06:37:22.153Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:22.154Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:22.154Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:37:22.154Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:22.156Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:22.156Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547042153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:22.256Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:22.256Z||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-26T06:37:22.257Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:22.271Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:22.272Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:23.156Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:37:23.157Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-26T06:37:23.157Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 77a30da7-add9-44e1-979e-3262db9ea2c8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:23.157Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-26T06:37:23.158Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:23.158Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:23.257Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1487809673153774970/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-26T06:37:24.244Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.245Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.246Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.246Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.246Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-26T06:37:24.246Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-26T06:37:24.246Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.247Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.248Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.249Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:24.250Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8a2cace-aa0c-437d-90e7-e82c4a71e679 2022-05-26T06:37:24.251Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:24.252Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:44b54bc3-4fda-48f8-83a0-eb29c6f7e37c Model Version:NULL Model InvariantUuid:058b3a77-8513-4e8f-aa9e-6f0be06d8ba3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b0e000e8-a25b-4307-b05a-005dee7f0828 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e006df5c-c066-44a3-b525-0d8261b381b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a6415f1c-b3d5-4d59-ad3b-7b292d399198 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ff40a541-38dd-49ad-bedc-bd270c611a31 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:04893649-73ef-4441-becf-0705424053bd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a8a2cace-aa0c-437d-90e7-e82c4a71e679 ModelInvariantUuid:ab1e5fdb-5f77-4aa6-b675-0c3354c9fe50 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d958c42b-237b-448b-b0b7-133baaeb1cae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:57c0fec1-131c-46e2-ac6b-a84475d45fa3 ModelInvariantUuid:06be4d91-b5cf-4949-9c40-8b5fe50ccd99 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:dc09ad8f-eff5-4f4e-a2ad-8234bc60bf66 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-26T06:37:24.258Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 846d747a-d8dc-48ae-8564-b865240e6ede 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-26T06:37:24.260Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-05-26T06:37:24.261Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 846d747a-d8dc-48ae-8564-b865240e6ede 2022-05-26T06:37:24.261Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36d431b5-82ba-46a0-86e7-6d3706260ed9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-26T06:37:24.261Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:37:24.261Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:24.902Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:37:24.902Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 36d431b5-82ba-46a0-86e7-6d3706260ed9 792 2022-05-26T06:37:24.902Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:24.902Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:24.903Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:37:24.903Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:24.905Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:24.905Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547044902, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:25.005Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:25.006Z||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-26T06:37:25.007Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:25.020Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:25.020Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:25.906Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ff40a541-38dd-49ad-bedc-bd270c611a31", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04893649-73ef-4441-becf-0705424053bd", "vfModuleModelCustomizationUUID": "ce49ee10-af9f-4860-9e47-df833ce2056b", "isBase": true, "artifacts": [ "71abc17a-7484-43e4-be2b-9126ce62eb33", "1e4ffc89-dba8-4a72-a1c0-256645b23b2a" ], "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-26T06:37:25.910Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04893649-73ef-4441-becf-0705424053bd VfModuleModelInvariantUUID:ff40a541-38dd-49ad-bedc-bd270c611a31 VfModuleModelDescription:NULL Artifacts UUID List:{ 71abc17a-7484-43e4-be2b-9126ce62eb33 , 1e4ffc89-dba8-4a72-a1c0-256645b23b2a } 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-26T06:37:25.912Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ff40a541-38dd-49ad-bedc-bd270c611a31", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04893649-73ef-4441-becf-0705424053bd", "vfModuleModelCustomizationUUID": "ce49ee10-af9f-4860-9e47-df833ce2056b", "isBase": true, "artifacts": [ "71abc17a-7484-43e4-be2b-9126ce62eb33", "1e4ffc89-dba8-4a72-a1c0-256645b23b2a" ], "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-26T06:37:25.912Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04893649-73ef-4441-becf-0705424053bd VfModuleModelInvariantUUID:ff40a541-38dd-49ad-bedc-bd270c611a31 VfModuleModelDescription:NULL Artifacts UUID List:{ 71abc17a-7484-43e4-be2b-9126ce62eb33 , 1e4ffc89-dba8-4a72-a1c0-256645b23b2a } 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-26T06:37:25.912Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71abc17a-7484-43e4-be2b-9126ce62eb33 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-26T06:37:25.913Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:37:25.913Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:26.110Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:37:26.110Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 71abc17a-7484-43e4-be2b-9126ce62eb33 5033 2022-05-26T06:37:26.111Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:26.111Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:26.111Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:37:26.111Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:26.113Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:26.113Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547046111, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:26.213Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:26.214Z||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-26T06:37:26.214Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:26.228Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:26.228Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:37:27.114Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e4ffc89-dba8-4a72-a1c0-256645b23b2a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-26T06:37:27.115Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-26T06:37:27.115Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:27.315Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-26T06:37:27.315Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1e4ffc89-dba8-4a72-a1c0-256645b23b2a 903 2022-05-26T06:37:27.316Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:27.316Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:27.316Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:37:27.317Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:27.319Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:27.319Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547047316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:37:27.419Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:27.419Z||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-26T06:37:27.419Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:27.436Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:27.436Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:28.319Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 44b54bc3-4fda-48f8-83a0-eb29c6f7e37c 2022-05-26T06:37:28.320Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 846d747a-d8dc-48ae-8564-b865240e6ede 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-26T06:37:28.330Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@414eb64, org.onap.sdc.toscaparser.api.parameters.Input@57237b01, org.onap.sdc.toscaparser.api.parameters.Input@52cbc487, org.onap.sdc.toscaparser.api.parameters.Input@79af6290, org.onap.sdc.toscaparser.api.parameters.Input@5ac3e90a] 2022-05-26T06:37:28.331Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.331Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.332Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-26T06:37:28.332Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a6415f1c-b3d5-4d59-ad3b-7b292d399198 2022-05-26T06:37:28.332Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6415f1c-b3d5-4d59-ad3b-7b292d399198 matches Tosca VF Customization UUID: a6415f1c-b3d5-4d59-ad3b-7b292d399198 2022-05-26T06:37:28.332Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a6415f1c-b3d5-4d59-ad3b-7b292d399198 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-26T06:37:28.334Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.346Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.348Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a6415f1c-b3d5-4d59-ad3b-7b292d399198: {\"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-26T06:37:28.348Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18ae21b5 2022-05-26T06:37:28.348Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.348Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T06:37:28.349Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce49ee10-af9f-4860-9e47-df833ce2056b 2022-05-26T06:37:28.349Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce49ee10-af9f-4860-9e47-df833ce2056b 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-26T06:37:28.351Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.351Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:28.351Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:28.352Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.352Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:28.352Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:28.352Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.353Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-26T06:37:28.353Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-26T06:37:28.353Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-26T06:37:28.354Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8a2cace-aa0c-437d-90e7-e82c4a71e679 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-26T06:37:28.355Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.356Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:28.356Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T06:37:28.356Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.356Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-26T06:37:28.357Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a6415f1c-b3d5-4d59-ad3b-7b292d399198 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-26T06:37:28.358Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.358Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.358Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 44b54bc3-4fda-48f8-83a0-eb29c6f7e37c: basic_vm_macro 2022-05-26T06:37:28.359Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.359Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.359Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.359Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.360Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.360Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.360Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.360Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.361Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:37:28.361Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:37:28.361Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:28.428Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 846d747a-d8dc-48ae-8564-b865240e6ede 1 ASDC deployResourceStructure 2022-05-26T06:37:28.428Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:28.428Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:28.429Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:37:28.429Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:28.431Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:28.431Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547048428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:37:28.531Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:37:28.532Z||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-26T06:37:28.532Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:28.545Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:28.545Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:37:29.432Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:29.433Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:29.433Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:37:29.433Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:29.435Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:29.436Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547049432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:37:29.536Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:37:29.536Z||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-26T06:37:29.536Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:29.550Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:29.551Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:30.437Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:30.437Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:30.437Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:37:30.438Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:30.440Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:30.440Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547050437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-26T06:37:30.540Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:30.540Z||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-26T06:37:30.540Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:30.553Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:30.554Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:31.441Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:31.441Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||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-26T06:37:31.442Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:37:31.442Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:37:31.444Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:37:31.444Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547051441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:37:31.544Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:37:31.545Z||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-26T06:37:31.545Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:37:31.558Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:37:31.559Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:37:32.445Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f890a704-5b58-4d1f-b79a-b35954d2a41f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:37:32.456Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f890a704-5b58-4d1f-b79a-b35954d2a41f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:37:32.458Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:37:32.458Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.459Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:37:32.460Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T06:37:32.468Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:38:02.468Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f890a704-5b58-4d1f-b79a-b35954d2a41f 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-26T06:38:02.480Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f890a704-5b58-4d1f-b79a-b35954d2a41f and serviceModelVersionId: 44b54bc3-4fda-48f8-83a0-eb29c6f7e37c 2022-05-26T06:38:02.481Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 058b3a77-8513-4e8f-aa9e-6f0be06d8ba3 2022-05-26T06:38:02.482Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?depth=0 2022-05-26T06:38:02.489Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:38:02.537Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?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-26T06:38:02.543Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?depth=0|INFO|500||Invoke 2022-05-26T06:38:02.567Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:38:03.170Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?depth=0|INFO|500||InvokeReturn 2022-05-26T06:38:03.173Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b3a77-8513-4e8f-aa9e-6f0be06d8ba3/model-vers/model-ver/44b54bc3-4fda-48f8-83a0-eb29c6f7e37c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:38:02:983-8496], vertex-id=[290864], Content-Length=[0], Date=[Thu, 26 May 2022 06:38:02 GMT], Content-Type=[application/json]} 2022-05-26T06:38:03.174Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:38:03.174Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:38:03.174Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T06:38:03.179Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T06:38:03.179Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f890a704-5b58-4d1f-b79a-b35954d2a41f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:38:03.180Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:38:03.180Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:03.183Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:03.184Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547083180, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:38:03.284Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:38:03.284Z||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-26T06:38:03.284Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:03.302Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:03.303Z||pool-128-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-26T06:38:04.198Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:38:04.199Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:38:04.199Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:08.593Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:08.594Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-26T06:38:08.594Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"efa58b99-b05d-42b7-b134-d263ca3292bf","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f5314cf8-68e3-4b45-b01f-f11e74c2978e","serviceDescription":"service","serviceInvariantUUID":"de211d88-9755-4154-99c5-84f03135bedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"34afb869-c8c9-44e9-816b-bf8c170ca2f8","resourceInvariantUUID":"d07a3244-8e77-4985-aa2c-5e15e17a1039","resourceCustomizationUUID":"5bb762b5-24fc-4449-8648-93f3fd53a5e5","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":"MjYyYWE3YWRmZGYyYmQyNzVmNTY4MzE4ZDMwMDM2NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"add2a723-6e00-4124-9752-884c441df0eb","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":"ade077ee-5434-48f8-85cf-93e18c86ccd5","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":"e946484e-dd4e-4970-bc7e-137b496c98ed","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":"NzdlNzc0NzcyYTc3NWQxYTE2MDIxMmE2ZWYzOWM4Zjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"414b8563-51b8-4ffe-96fe-996484dc3b92","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":"cc7df7fc-0bd3-4347-9f11-e652488dccc6","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":"dbe11258-c5a4-4950-9869-52b67f6a9017","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":"e2bc23d9-fc53-49a7-b304-aaec0d724b24","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":"NWE4NmRlZjIwNjQ5ZjY3ZTI0YWU0MTY3NmRiYmQwNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b243c5c-d93e-4d4b-9b76-5919c2395741","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDM1MTVjNDk4Y2M3M2U4NGQ2ZGJiOGQ3Yzc4MzAwN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47349f5f-453f-4ab4-8461-a8f7096fd270","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T06:38:08.597Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:08.597Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:08.600Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:08.600Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:08.700Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:08.701Z||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-26T06:38:08.701Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:08.715Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:08.715Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:09.601Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:09.602Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:09.605Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:09.606Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:09.707Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-26T06:38:09.709Z||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-26T06:38:09.709Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:09.724Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:09.725Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:38:10.607Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:10.608Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:10.610Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:10.610Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:10.710Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:10.711Z||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-26T06:38:10.711Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:10.725Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:10.726Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:11.610Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:11.611Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:11.613Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:11.613Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:11.713Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:11.714Z||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-26T06:38:11.714Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:11.729Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:11.729Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:12.614Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:12.614Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:12.616Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:12.616Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:12.716Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:12.717Z||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-26T06:38:12.717Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:12.733Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:12.733Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:13.617Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:13.617Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:13.619Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:13.620Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:13.720Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T06:38:13.720Z||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-26T06:38:13.721Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:13.734Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:13.734Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:14.620Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:14.621Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:14.638Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:14.638Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:14.723Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-05-26T06:38:14.724Z||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-26T06:38:14.724Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:14.738Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:14.738Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:15.639Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:15.640Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:15.642Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:15.642Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:38:15.668Z||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-26T06:38:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:15.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:15.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:38:15.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7799005-4a6f-4f40-b56b-15bc8c73b9ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547032959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:38:15.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:38:15.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:38:15.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:38:15.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:38:15.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:38:15.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-26T06:38:15.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:38:15.742Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:15.742Z||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-26T06:38:15.742Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:15.755Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:15.755Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:16.642Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T06:38:16.643Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:16.645Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:16.645Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:38:16.746Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-26T06:38:16.747Z||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-26T06:38:16.747Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:16.767Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:16.768Z||pool-137-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:17.646Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f5314cf8-68e3-4b45-b01f-f11e74c2978e", "serviceDescription": "service", "serviceInvariantUUID": "de211d88-9755-4154-99c5-84f03135bedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5bb762b5-24fc-4449-8648-93f3fd53a5e5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "34afb869-c8c9-44e9-816b-bf8c170ca2f8", "resourceInvariantUUID": "d07a3244-8e77-4985-aa2c-5e15e17a1039", "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": "ZDM1MTVjNDk4Y2M3M2U4NGQ2ZGJiOGQ3Yzc4MzAwN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47349f5f-453f-4ab4-8461-a8f7096fd270" } ], "workloadContext": "Production" } 2022-05-26T06:38:17.647Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T06:38:17.647Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5314cf8-68e3-4b45-b01f-f11e74c2978e ASDC 2022-05-26T06:38:17.647Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:efa58b99-b05d-42b7-b134-d263ca3292bf ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f5314cf8-68e3-4b45-b01f-f11e74c2978e ServiceInvariantUUID:de211d88-9755-4154-99c5-84f03135bedf 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:47349f5f-453f-4ab4-8461-a8f7096fd270 ArtifactChecksum:ZDM1MTVjNDk4Y2M3M2U4NGQ2ZGJiOGQ3Yzc4MzAwN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5bb762b5-24fc-4449-8648-93f3fd53a5e5 ResourceInvariantUUID:d07a3244-8e77-4985-aa2c-5e15e17a1039 ResourceName:test-pnf ResourceType:PNF ResourceUUID:34afb869-c8c9-44e9-816b-bf8c170ca2f8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-26T06:38:17.647Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5314cf8-68e3-4b45-b01f-f11e74c2978e 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-26T06:38:17.676Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:38:17.677Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:38:17.677Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:38:17.678Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47349f5f-453f-4ab4-8461-a8f7096fd270 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-26T06:38:17.678Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T06:38:17.678Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-26T06:38:17.835Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T06:38:17.839Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 47349f5f-453f-4ab4-8461-a8f7096fd270 105662 2022-05-26T06:38:17.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:17.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:17.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T06:38:17.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:17.843Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:17.843Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547097840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:38:17.943Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:17.944Z||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-26T06:38:17.944Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:17.957Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:17.958Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T06:38:18.843Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T06:38:18.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T06:38:18.845Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 47349f5f-453f-4ab4-8461-a8f7096fd270, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-26T06:38:18.845Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-26T06:38:18.846Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-26T06:38:18.846Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-26T06:38:18.948Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14295808719673373872/Definitions/service-TestPnfMacro-template.yml 2022-05-26T06:38:19.829Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.830Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-26T06:38:19.831Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T06:38:19.832Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.833Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.834Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f5314cf8-68e3-4b45-b01f-f11e74c2978e Model Version:NULL Model InvariantUuid:de211d88-9755-4154-99c5-84f03135bedf 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-26T06:38:19.838Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 34afb869-c8c9-44e9-816b-bf8c170ca2f8 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-26T06:38:19.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-05-26T06:38:19.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 34afb869-c8c9-44e9-816b-bf8c170ca2f8 2022-05-26T06:38:19.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f5314cf8-68e3-4b45-b01f-f11e74c2978e 2022-05-26T06:38:19.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5314cf8-68e3-4b45-b01f-f11e74c2978e 2022-05-26T06:38:19.840Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 34afb869-c8c9-44e9-816b-bf8c170ca2f8 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-26T06:38:19.843Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a797ea3, org.onap.sdc.toscaparser.api.parameters.Input@13270847, org.onap.sdc.toscaparser.api.parameters.Input@6f280b47, org.onap.sdc.toscaparser.api.parameters.Input@3dda9ad3, org.onap.sdc.toscaparser.api.parameters.Input@1c7767ad] 2022-05-26T06:38:19.843Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5314cf8-68e3-4b45-b01f-f11e74c2978e: test-pnf 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Processing PNF resource: 34afb869-c8c9-44e9-816b-bf8c170ca2f8 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T06:38:19.844Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5bb762b5-24fc-4449-8648-93f3fd53a5e5 is the same as notified resource customizationUUID: 5bb762b5-24fc-4449-8648-93f3fd53a5e5 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-26T06:38:19.866Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 34afb869-c8c9-44e9-816b-bf8c170ca2f8 0 ASDC deployResourceStructure 2022-05-26T06:38:19.867Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.867Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:19.867Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T06:38:19.867Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:19.869Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:19.869Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547099867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:38:19.969Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:19.969Z||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-26T06:38:19.970Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:19.984Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:19.984Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T06:38:20.869Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa58b99-b05d-42b7-b134-d263ca3292bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T06:38:20.882Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa58b99-b05d-42b7-b134-d263ca3292bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T06:38:20.884Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.885Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.886Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.886Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.886Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.886Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T06:38:20.886Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:20.891Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T06:38:50.891Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efa58b99-b05d-42b7-b134-d263ca3292bf 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-26T06:38:50.897Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efa58b99-b05d-42b7-b134-d263ca3292bf and serviceModelVersionId: f5314cf8-68e3-4b45-b01f-f11e74c2978e 2022-05-26T06:38:50.898Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de211d88-9755-4154-99c5-84f03135bedf 2022-05-26T06:38:50.898Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?depth=0 2022-05-26T06:38:50.902Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T06:38:50.936Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?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-26T06:38:50.939Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?depth=0|INFO|500||Invoke 2022-05-26T06:38:50.957Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T06:38:51.078Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?depth=0|INFO|500||InvokeReturn 2022-05-26T06:38:51.078Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de211d88-9755-4154-99c5-84f03135bedf/model-vers/model-ver/f5314cf8-68e3-4b45-b01f-f11e74c2978e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:38:51:372-78796], vertex-id=[299056], Content-Length=[0], Date=[Thu, 26 May 2022 06:38:51 GMT], Content-Type=[application/json]} 2022-05-26T06:38:51.079Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-05-26T06:38:51.079Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T06:38:51.079Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:51.084Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||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-26T06:38:51.084Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efa58b99-b05d-42b7-b134-d263ca3292bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T06:38:51.084Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T06:38:51.084Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T06:38:51.086Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T06:38:51.086Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547131084, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:38:51.186Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T06:38:51.187Z||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-26T06:38:51.187Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:38:51.204Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:38:51.205Z||pool-140-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-26T06:38:52.097Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:38:52.098Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:38:52.098Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:39:01.657Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:39:01.658Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:39:01.658Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:39:01.658Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:39:11.201Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:39:11.202Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:39:11.203Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:39:11.203Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:39:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:39:15.668Z||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-26T06:39:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:39:15.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:39:15.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-26T06:39:15.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-26T06:39:15.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-26T06:39:20.746Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:39:20.747Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:39:20.747Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:39:20.747Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:39:30.286Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:40:15.663Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:40:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:40:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:40:15.667Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:40:15.668Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:40:15.668Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:40:15.694Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:40:15.695Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.695Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653546855663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.696Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547042153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547044902, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547046111, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547047316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-26T06:40:15.697Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547048428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547049432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547050437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547051441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:40:15.698Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f890a704-5b58-4d1f-b79a-b35954d2a41f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547083180, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.699Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T06:40:15.700Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-26T06:40:25.211Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:41:15.663Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:41:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:41:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:41:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:41:15.667Z||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-26T06:41:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:41:16.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:41:16.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-26T06:41:16.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T06:41:16.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-26T06:41:16.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-26T06:41:16.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547084198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-26T06:41:16.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547097840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547099867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "efa58b99-b05d-42b7-b134-d263ca3292bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653547131084, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T06:41:16.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T06:41:25.215Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:42:15.663Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:42:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:42:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:42:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:42:15.667Z||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-26T06:42:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:42:25.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:42:25.216Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:43:15.663Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:43:15.664Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:43:15.665Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:43:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:43:15.668Z||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-26T06:43:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:43:25.217Z|efa58b99-b05d-42b7-b134-d263ca3292bf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:43:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:44:15.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:44:15.664Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:44:15.664Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:44:15.667Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:44:15.668Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:44:15.668Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:44:25.230Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:44:25.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:45:15.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:45:15.664Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:45:15.664Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:45:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:45:15.667Z||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-26T06:45:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:45:25.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:45:25.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:46:15.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:46:15.664Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:46:15.664Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:46:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:46:15.667Z||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-26T06:46:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:46:25.208Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:46:25.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:47:15.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:47:15.664Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T06:47:15.664Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:47:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:47:15.667Z||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-26T06:47:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:47:25.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:47:25.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:48:15.664Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:48:15.665Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:48:15.665Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:48:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:48:15.667Z||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-26T06:48:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:48:25.209Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:48:25.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:49:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:49:15.665Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:49:15.665Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:49:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:49:15.668Z||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-26T06:49:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:49:25.212Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:49:25.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:50:15.663Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:50:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:50:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:50:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:50:15.668Z||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-26T06:50:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:50:25.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:50:25.222Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:51:15.663Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:51:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:51:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:51:15.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:51:15.668Z||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-26T06:51:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:51:25.212Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:51:25.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:52:15.663Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:52:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:52:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:52:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:52:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-26T06:52:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:52:25.210Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:52:25.212Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:53:15.663Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:53:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:53:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:53:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:53:15.667Z||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-26T06:53:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:53:25.217Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:53:25.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:54:15.663Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:54:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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-26T06:54:15.664Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:54:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:54:15.668Z||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-26T06:54:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:54:25.211Z|f890a704-5b58-4d1f-b79a-b35954d2a41f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:54:25.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:55:15.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:55:15.664Z||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-26T06:55:15.664Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:55:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:55:15.667Z||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-26T06:55:15.667Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:55:25.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:55:25.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:56:15.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:56:15.664Z||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-26T06:56:15.664Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:56:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T06:56:15.667Z||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-26T06:56:15.668Z||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 ImwgBc0nSfw1Wqeb) ... 2022-05-26T06:56:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T06:56:25.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK