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-06-01T05:29:58.520Z||main|||||INFO|500||The following profiles are active: basic 2022-06-01T05:30:19.701Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-01T05:30:19.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-01T05:30:19.927Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-01T05:30:25.663Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-01T05:30:26.103Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-01T05:30:26.715Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-01T05:30:26.722Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-01T05:30:26.871Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-01T05:30:27.193Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-01T05:30:27.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-01T05:30:30.135Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-01T05:30:33.053Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-01T05:30:33.121Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-01T05:30:33.877Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-01T05:30:34.125Z||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-06-01T05:30:35.527Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-01T05:30:36.899Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-01T05:30:36.920Z||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$$4f705321.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-06-01T05:30:36.923Z||main|||||WARN|500||The sdc end point is not alive 2022-06-01T05:30:40.551Z||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-06-01T05:30:45.476Z||main|||||WARN|500||--- 2022-06-01T05:30:45.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-01T05:30:45.477Z||main|||||WARN|500||--- 2022-06-01T05:30:46.261Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-01T05:30:52.671Z||main|||||INFO|500||Started Application in 61.775 seconds (JVM running for 67.912) 2022-06-01T05:30:52.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-01T05:30:52.708Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-01T05:30:52.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-01T05:30:52.758Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-01T05:30:52.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3373f1ad-0f6c-4651-a039-fc759a360396 url= /sdc/v1/artifactTypes 2022-06-01T05:30:52.808Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-01T05:30:53.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-01T05:30:53.174Z||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-06-01T05:30:53.201Z||scheduling-1|||||DEBUG|500||create keys 2022-06-01T05:30:53.208Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-01T05:30:53.247Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:30:53.274Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc5aad49-0873-4fd6-abe4-9b5cc4d8198c url= /sdc/v1/registerForDistribution 2022-06-01T05:30:53.370Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bc5aad49-0873-4fd6-abe4-9b5cc4d8198c url= /sdc/v1/registerForDistribution 2022-06-01T05:30:53.371Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-01T05:30:53.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:30:53.393Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-01T05:30:53.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:30:53.395Z||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-06-01T05:30:53.396Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:30:53.398Z||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-06-01T05:30:53.398Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:31:03.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:31:03.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:31:53.380Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:31:53.381Z||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-06-01T05:31:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:31:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:31:53.383Z||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-06-01T05:31:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:32:02.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:32:02.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:32:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:32:53.381Z||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-06-01T05:32:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:32:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:32:53.384Z||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-06-01T05:32:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:33:02.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:33:02.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:33:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:33:53.381Z||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-06-01T05:33:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:33:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:33:53.384Z||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-06-01T05:33:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:34:02.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:34:02.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:34:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:34:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:34:53.381Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:34:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:34:53.384Z||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-06-01T05:34:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:35:02.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:35:02.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:35:53.380Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:35:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:35:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:35:53.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:35:53.383Z||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-06-01T05:35:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:36:02.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:36:02.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:36:53.380Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:36:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:36:53.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:36:53.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:36:53.386Z||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-06-01T05:36:53.387Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:37:02.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:37:02.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:37:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:37:53.380Z||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-06-01T05:37:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:37:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:37:53.385Z||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-06-01T05:37:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:38:02.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:38:02.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:38:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:38:53.380Z||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-06-01T05:38:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:38:53.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:38:53.384Z||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-06-01T05:38:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:39:02.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:39:02.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:39:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:39:53.381Z||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-06-01T05:39:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:39:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:39:53.383Z||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-06-01T05:39:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:40:02.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:40:02.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:40:31.067Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-01T05:40:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:40:53.380Z||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-06-01T05:40:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:40:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:40:53.383Z||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-06-01T05:40:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:41:02.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:41:02.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:41:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:41:53.380Z||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-06-01T05:41:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:41:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:41:53.383Z||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-06-01T05:41:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:42:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:42:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:42:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:42:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:42:53.381Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:42:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:42:53.383Z||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-06-01T05:42:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:43:02.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:43:02.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:43:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:43:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:43:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:43:53.382Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:43:53.383Z||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-06-01T05:43:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:44:02.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:44:02.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:44:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:44:53.380Z||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-06-01T05:44:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:44:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:44:53.385Z||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-06-01T05:44:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:45:02.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:45:02.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:45:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:45:53.380Z||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-06-01T05:45:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:45:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:45:53.383Z||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-06-01T05:45:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:46:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:46:02.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:46:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:46:53.381Z||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-06-01T05:46:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:46:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:46:53.383Z||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-06-01T05:46:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:47:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:47:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:47:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:47:53.381Z||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-06-01T05:47:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:47:53.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:47:53.382Z||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-06-01T05:47:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:48:02.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:48:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:48:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:48:53.380Z||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-06-01T05:48:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:48:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:48:53.384Z||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-06-01T05:48:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:49:02.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:49:02.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:49:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:49:53.381Z||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-06-01T05:49:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:49:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:49:53.382Z||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-06-01T05:49:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:50:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:50:02.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:50:53.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:50:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:50:53.382Z||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-06-01T05:50:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:50:53.384Z||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-06-01T05:50:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:51:02.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:51:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:51:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:51:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:51:53.381Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:51:53.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:51:53.384Z||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-06-01T05:51:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:52:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:52:02.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:52:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:52:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:52:53.381Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:52:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:52:53.383Z||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-06-01T05:52:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:53:02.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:53:02.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:53:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:53:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:53:53.380Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:53:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:53:53.383Z||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-06-01T05:53:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:54:02.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:54:02.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:54:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:54:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:54:53.381Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:54:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:54:53.383Z||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-06-01T05:54:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:55:02.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:55:02.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:55:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:55:53.380Z||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-06-01T05:55:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:55:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:55:53.384Z||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-06-01T05:55:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:56:02.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:56:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:56:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:56:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:56:53.381Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:56:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:56:53.384Z||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-06-01T05:56:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:57:02.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:57:02.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:57:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:57:53.380Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:57:53.381Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:57:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:57:53.383Z||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-06-01T05:57:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:58:02.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:58:02.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:58:53.380Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:58:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:58:53.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:58:53.384Z||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-06-01T05:58:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T05:58:53.385Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:59:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:59:02.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T05:59:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:59:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T05:59:53.381Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T05:59:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T05:59:53.383Z||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-06-01T05:59:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:00:02.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:00:02.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:00:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:00:53.380Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:00:53.381Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:00:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:00:53.383Z||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-06-01T06:00:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:01:02.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:01:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:01:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:01:53.380Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:01:53.381Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:01:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:01:53.383Z||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-06-01T06:01:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:02:02.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:02:02.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:02:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:02:53.380Z||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-06-01T06:02:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:02:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:02:53.383Z||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-06-01T06:02:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:03:02.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:03:02.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:03:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:03:53.380Z||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-06-01T06:03:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:03:53.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:03:53.384Z||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-06-01T06:03:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:04:02.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:04:02.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:04:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:04:53.380Z||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-06-01T06:04:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:04:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:04:53.383Z||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-06-01T06:04:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:05:02.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:05:02.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:05:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:05:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:05:53.383Z||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-06-01T06:05:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:05:53.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:05:53.384Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:06:02.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:06:02.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:06:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:06:53.380Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:06:53.381Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:06:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:06:53.383Z||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-06-01T06:06:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:07:02.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:07:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:07:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:07:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:07:53.381Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:07:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:07:53.383Z||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-06-01T06:07:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:08:02.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:08:02.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:08:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:08:53.380Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:08:53.380Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:08:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:08:53.382Z||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-06-01T06:08:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:09:02.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:09:02.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:09:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:09:53.380Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:09:53.381Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:09:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:09:53.385Z||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-06-01T06:09:53.385Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:10:02.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:10:02.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:10:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:10:53.380Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:10:53.381Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:10:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:10:53.382Z||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-06-01T06:10:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:11:02.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:11:02.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:11:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:11:53.380Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:11:53.380Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:11:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:11:53.383Z||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-06-01T06:11:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:02.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:02.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:12:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:12:53.383Z||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-06-01T06:12:53.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:12:53.383Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:53.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:53.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-01T06:12:53.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "ves-openapi-manager", "timestamp": 1654063932029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063942278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:53.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063950520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063943981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "cds", "timestamp": 1654063951534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-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-06-01T06:12:54.014Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:12:54.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:54.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"20decfed-ca11-4ebe-bf4d-cf77f55b4447","serviceName":"basic_onboard_VgpMqZ","serviceVersion":"1.0","serviceUUID":"1cf31c9a-1239-4358-bda8-6449490af63d","serviceDescription":"service","serviceInvariantUUID":"8946331b-1ca8-4f1c-aa55-0dcdfd131aff","resources":[{"resourceInstanceName":"basic_onboard_VgpMqZ 0","resourceName":"basic_onboard_VgpMqZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fea69fc9-606d-439e-be83-26beb0310071","resourceInvariantUUID":"541a0f84-2f39-4184-bc95-44f56efcfdb4","resourceCustomizationUUID":"78b608e2-f8fe-496a-9a76-00ac1c1a0c9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml","artifactChecksum":"Y2U1MzA5NjYxYTIwY2VhMzRhMzhiNmZiMTE2NTE3NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb13b15d-57e9-43c9-8cee-eb3dc2c3f888","artifactVersion":"1"},{"artifactName":"basic_onboard_vgpmqz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json","artifactChecksum":"ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c522c4e-c538-4961-9d4d-67e08a6b57b8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1633818c-bf29-4de9-9384-ad0727dd136e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7d1f9926-2e9b-4cde-8862-25e273ca303a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"736a7641-1b77-4f73-8046-27e07cf4609f","artifactVersion":"2","generatedFromUUID":"1633818c-bf29-4de9-9384-ad0727dd136e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgpmqz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml","artifactChecksum":"YjcxMDNlYzhjOGRhOTljOTBlNTBmOWQ0ZDcwZmI5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bd48b1d-d4a2-4bde-bdf6-79d881d31076","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgpmqz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar","artifactChecksum":"MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"628cd74d-eb29-45cd-a702-ac75e7973fbf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:12:54.028Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:54.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:54.038Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and ComponentName cds 2022-06-01T06:12:54.052Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:54.052Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-01T06:12:54.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063944369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:54.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-01T06:12:54.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063952013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063946018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063953025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063952385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-01T06:12:54.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "policy-id", "timestamp": 1654063954029, "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-06-01T06:12:54.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:12:54.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:12:54.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063954058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063949277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063955631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063957314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654063956635, "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-06-01T06:12:54.119Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:12:54.120Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063958413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063959594, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063960664, "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-06-01T06:12:54.139Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:12:54.139Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "multicloud-k8s-id", "timestamp": 1654063961670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063957187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:12:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063970499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:12:54.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063972192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:12:54.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:12:54.154Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-01T06:12:54.160Z||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-06-01T06:12:54.160Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:54.169Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:54.169Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:12:55.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:55.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:55.063Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:55.063Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:12:55.163Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:12:55.164Z||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-06-01T06:12:55.165Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:55.182Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:55.183Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:12:56.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:56.066Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:56.069Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:56.070Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-01T06:12:56.169Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:12:56.170Z||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-06-01T06:12:56.171Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:56.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:56.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:12:57.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:57.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:57.074Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:57.075Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:57.174Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:12:57.175Z||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-06-01T06:12:57.176Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:57.206Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:57.206Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:12:58.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:58.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:58.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:58.080Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-01T06:12:58.180Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:12:58.181Z||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-06-01T06:12:58.182Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:58.192Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:58.192Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:12:59.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:12:59.082Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:12:59.085Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:12:59.086Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:12:59.186Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:12:59.187Z||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-06-01T06:12:59.187Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:12:59.201Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:12:59.202Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:00.088Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:13:00.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:00.091Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:00.092Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:13:00.192Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:00.193Z||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-06-01T06:13:00.193Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:00.217Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:00.219Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:01.095Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "serviceName": "basic_onboard_VgpMqZ", "serviceVersion": "1.0", "serviceUUID": "1cf31c9a-1239-4358-bda8-6449490af63d", "serviceDescription": "service", "serviceInvariantUUID": "8946331b-1ca8-4f1c-aa55-0dcdfd131aff", "resources": [ { "resourceInstanceName": "basic_onboard_VgpMqZ 0", "resourceCustomizationUUID": "78b608e2-f8fe-496a-9a76-00ac1c1a0c9d", "resourceName": "basic_onboard_VgpMqZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fea69fc9-606d-439e-be83-26beb0310071", "resourceInvariantUUID": "541a0f84-2f39-4184-bc95-44f56efcfdb4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vgpmqz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "artifactChecksum": "ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c522c4e-c538-4961-9d4d-67e08a6b57b8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1633818c-bf29-4de9-9384-ad0727dd136e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "736a7641-1b77-4f73-8046-27e07cf4609f", "generatedFromUUID": "1633818c-bf29-4de9-9384-ad0727dd136e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "736a7641-1b77-4f73-8046-27e07cf4609f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVgpmqz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "artifactChecksum": "MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "628cd74d-eb29-45cd-a702-ac75e7973fbf" } ], "workloadContext": "Production" } 2022-06-01T06:13:01.097Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:13:01.097Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cf31c9a-1239-4358-bda8-6449490af63d ASDC 2022-06-01T06:13:01.282Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:20decfed-ca11-4ebe-bf4d-cf77f55b4447 ServiceName:basic_onboard_VgpMqZ ServiceVersion:1.0 ServiceUUID:1cf31c9a-1239-4358-bda8-6449490af63d ServiceInvariantUUID:8946331b-1ca8-4f1c-aa55-0dcdfd131aff ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVgpmqz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar ArtifactUUID:628cd74d-eb29-45cd-a702-ac75e7973fbf ArtifactChecksum:MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VgpMqZ 0 ResourceCustomizationUUID:78b608e2-f8fe-496a-9a76-00ac1c1a0c9d ResourceInvariantUUID:541a0f84-2f39-4184-bc95-44f56efcfdb4 ResourceName:basic_onboard_VgpMqZ ResourceType:VF ResourceUUID:fea69fc9-606d-439e-be83-26beb0310071 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vgpmqz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json ArtifactUUID:7c522c4e-c538-4961-9d4d-67e08a6b57b8 ArtifactChecksum:ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM= 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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml ArtifactUUID:1633818c-bf29-4de9-9384-ad0727dd136e 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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ArtifactUUID:736a7641-1b77-4f73-8046-27e07cf4609f 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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ArtifactUUID:736a7641-1b77-4f73-8046-27e07cf4609f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:13:01.282Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cf31c9a-1239-4358-bda8-6449490af63d 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-06-01T06:13:01.337Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:13:01.340Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:13:01.350Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:13:01.350Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 628cd74d-eb29-45cd-a702-ac75e7973fbf from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:01.351Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:13:01.357Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:01.476Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:13:01.492Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 628cd74d-eb29-45cd-a702-ac75e7973fbf 71585 2022-06-01T06:13:01.493Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar ASDC sendASDCNotification 2022-06-01T06:13:01.494Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:01.503Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:13:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:01.506Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:01.506Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063981492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:13:01.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:01.608Z||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-06-01T06:13:01.608Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:01.618Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:01.619Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:02.507Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:13:02.508Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:13:02.509Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 628cd74d-eb29-45cd-a702-ac75e7973fbf, URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:02.510Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:02.641Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:02.642Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:03.299Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4812627258823001162/Definitions/service-BasicOnboardVgpmqz-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-06-01T06:13:05.574Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VgpMqZ 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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:13:05.588Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.590Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.594Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:05.594Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:13:05.596Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:13:05.598Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.598Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:13:05.600Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.600Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.603Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria 2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:13:05.606Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.606Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria 2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=922d99f0-5eef-4914-97b6-7cb1e7dbaa4e 2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:05.614Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:05.614Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VgpMqZ Description:service Model UUID:1cf31c9a-1239-4358-bda8-6449490af63d Model Version:NULL Model InvariantUuid:8946331b-1ca8-4f1c-aa55-0dcdfd131aff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VgpMqZ Model UUID:51ba2d65-d2eb-4530-ad6c-7a73566a1642 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:541a0f84-2f39-4184-bc95-44f56efcfdb4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:78b608e2-f8fe-496a-9a76-00ac1c1a0c9d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f43acb1f-a96a-4755-91b2-ecc92a81f0fc ModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0 ModelUuid:4eee9d90-3ab6-4d29-b152-c2ecc59923b1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:922d99f0-5eef-4914-97b6-7cb1e7dbaa4e ModelInvariantUuid:0d88ef99-ac7b-4928-9fca-355bcbfd1d19 ModelName:basic_onboard_VgpMqZ-nodes.ubuntu18Cvfc ModelUuid:f9da35ca-b283-41ab-a0b4-b86ab84da5a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2b9dc6ab-9500-4154-ade1-043c8257b9b7 ModelInvariantUuid:b6d8e6c4-b62e-4f8d-9420-7cfe6a1727f6 ModelName:BasicOnboardVgpmqz.compute.nodes.heat.ubuntu18 ModelUuid:f5cbacfd-4203-4b5b-a037-66a44abe1b67 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-06-01T06:13:05.627Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fea69fc9-606d-439e-be83-26beb0310071 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-06-01T06:13:05.743Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||basic_onboard_VgpMqZ 0 2022-06-01T06:13:05.749Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fea69fc9-606d-439e-be83-26beb0310071 2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c522c4e-c538-4961-9d4d-67e08a6b57b8 from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 2022-06-01T06:13:05.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 7c522c4e-c538-4961-9d4d-67e08a6b57b8 798 2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json ASDC sendASDCNotification 2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:13:05.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:05.962Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:05.963Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063985959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:13:06.063Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:06.064Z||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-06-01T06:13:06.065Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:06.075Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:06.076Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:06.964Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgpmqz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f43acb1f-a96a-4755-91b2-ecc92a81f0fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4eee9d90-3ab6-4d29-b152-c2ecc59923b1", "vfModuleModelCustomizationUUID": "ac47618c-89ee-43da-a22e-0b7383c121ba", "isBase": true, "artifacts": [ "1633818c-bf29-4de9-9384-ad0727dd136e", "736a7641-1b77-4f73-8046-27e07cf4609f" ], "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-06-01T06:13:06.980Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4eee9d90-3ab6-4d29-b152-c2ecc59923b1 VfModuleModelInvariantUUID:f43acb1f-a96a-4755-91b2-ecc92a81f0fc VfModuleModelDescription:NULL Artifacts UUID List:{ 1633818c-bf29-4de9-9384-ad0727dd136e , 736a7641-1b77-4f73-8046-27e07cf4609f } 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-06-01T06:13:06.984Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgpmqz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f43acb1f-a96a-4755-91b2-ecc92a81f0fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4eee9d90-3ab6-4d29-b152-c2ecc59923b1", "vfModuleModelCustomizationUUID": "ac47618c-89ee-43da-a22e-0b7383c121ba", "isBase": true, "artifacts": [ "1633818c-bf29-4de9-9384-ad0727dd136e", "736a7641-1b77-4f73-8046-27e07cf4609f" ], "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-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4eee9d90-3ab6-4d29-b152-c2ecc59923b1 VfModuleModelInvariantUUID:f43acb1f-a96a-4755-91b2-ecc92a81f0fc VfModuleModelDescription:NULL Artifacts UUID List:{ 1633818c-bf29-4de9-9384-ad0727dd136e , 736a7641-1b77-4f73-8046-27e07cf4609f } 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-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1633818c-bf29-4de9-9384-ad0727dd136e from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 2022-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 2022-06-01T06:13:07.251Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 1633818c-bf29-4de9-9384-ad0727dd136e 5033 2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:07.254Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:07.254Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063987252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:13:07.354Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:13:07.356Z||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-06-01T06:13:07.356Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:07.366Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:07.367Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 736a7641-1b77-4f73-8046-27e07cf4609f from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 2022-06-01T06:13:08.462Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 736a7641-1b77-4f73-8046-27e07cf4609f 909 2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:13:08.464Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:08.467Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:08.467Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063988463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:13:08.567Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:13:08.568Z||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-06-01T06:13:08.569Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:08.581Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:08.583Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:09.468Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1cf31c9a-1239-4358-bda8-6449490af63d 2022-06-01T06:13:09.470Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VgpMqZ 0 fea69fc9-606d-439e-be83-26beb0310071 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-06-01T06:13:09.512Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5793b08, org.onap.sdc.toscaparser.api.parameters.Input@71ddb14c, org.onap.sdc.toscaparser.api.parameters.Input@86dfb63, org.onap.sdc.toscaparser.api.parameters.Input@4564f244, org.onap.sdc.toscaparser.api.parameters.Input@989309b] 2022-06-01T06:13:09.517Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d 2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d matches Tosca VF Customization UUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d 2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d 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-06-01T06:13:09.528Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.529Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d: {\"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-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b912a14 2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:13:09.532Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac47618c-89ee-43da-a22e-0b7383c121ba 2022-06-01T06:13:09.534Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac47618c-89ee-43da-a22e-0b7383c121ba 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-06-01T06:13:09.543Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.544Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:09.544Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria 2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=922d99f0-5eef-4914-97b6-7cb1e7dbaa4e 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-06-01T06:13:09.561Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.561Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria 2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=78b608e2-f8fe-496a-9a76-00ac1c1a0c9d 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-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1cf31c9a-1239-4358-bda8-6449490af63d: basic_onboard_VgpMqZ 2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:13:09.570Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:13:09.570Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_VgpMqZ 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-06-01T06:13:09.798Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VgpMqZ fea69fc9-606d-439e-be83-26beb0310071 1 ASDC deployResourceStructure 2022-06-01T06:13:09.798Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json ASDC sendASDCNotification 2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:09.801Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:09.801Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063989798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:13:09.901Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:09.903Z||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-06-01T06:13:09.903Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:09.914Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:09.915Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:10.803Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:10.806Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:10.807Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063990803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:13:10.907Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:10.908Z||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-06-01T06:13:10.908Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:10.918Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:10.919Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:11.813Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:11.813Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063991810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-01T06:13:11.914Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:11.915Z||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-06-01T06:13:11.915Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:11.926Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:11.927Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:12.814Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar ASDC sendASDCNotification 2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:13:12.818Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:13:12.818Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063992814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:13:12.918Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:13:12.919Z||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-06-01T06:13:12.920Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:12.930Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:12.930Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:13:13.819Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:13:13.840Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:13:13.846Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:13:13.847Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:13:13.847Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:13:43.848Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:13:43.864Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:13:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:13:53.383Z||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-06-01T06:13:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:13:53.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:13:53.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:13:53.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063973080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:13:53.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:14:13.871Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:14:13.885Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:14:13.888Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:14:13.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:14:13.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:14:43.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:14:43.907Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:14:43.913Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:14:43.913Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:14:43.914Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:14:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:14:53.383Z||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-06-01T06:14:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:14:53.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:14:53.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:14:53.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:14:53.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:13.914Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:15:13.925Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:15:43.928Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:15:43.940Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:15:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:15:53.383Z||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-06-01T06:15:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:15:53.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:15:53.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "clamp", "timestamp": 1654063973199, "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-06-01T06:15:53.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:15:53.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:15:53.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "aai-ml", "timestamp": 1654063974087, "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-06-01T06:15:53.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447 2022-06-01T06:15:53.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:15:53.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063973379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063981492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063985959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063987252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063988463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063989798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063990803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063991810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654063992814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:15:53.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:13.944Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:16:13.956Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:16:13.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:16:13.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-06-01T06:16:13.966Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:16:43.967Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:16:43.981Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and serviceModelVersionId: 1cf31c9a-1239-4358-bda8-6449490af63d 2022-06-01T06:16:43.981Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8946331b-1ca8-4f1c-aa55-0dcdfd131aff 2022-06-01T06:16:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:16:53.383Z||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-06-01T06:16:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:16:53.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:16:53.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:16:53.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:16:53.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:16:53.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:16:53.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:16:53.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064047277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064047187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064049277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:53.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064043981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:53.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "ves-openapi-manager", "timestamp": 1654064052028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:53.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064060156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064059945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064059944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:53.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "cds", "timestamp": 1654064061163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-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-06-01T06:16:53.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:53.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:53.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064060949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064061449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "policy-id", "timestamp": 1654064061953, "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-06-01T06:16:53.982Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:53.983Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064062651, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:53.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064063684, "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-06-01T06:16:54.001Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:54.001Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "multicloud-k8s-id", "timestamp": 1654064064689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:16:54.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064064369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064066018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064072205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064073189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064073939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064075199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064075074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:16:54.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "clamp", "timestamp": 1654064076204, "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-06-01T06:16:54.030Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:54.031Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:54.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064076078, "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-06-01T06:16:54.051Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:54.052Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:54.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064090680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:16:54.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:16:54.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:16:54.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "aai-ml", "timestamp": 1654064091686, "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-06-01T06:16:54.076Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 2022-06-01T06:16:54.077Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:59.977Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0 2022-06-01T06:17:00.137Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:17:00.693Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?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-06-01T06:17:00.700Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|INFO|500||Invoke 2022-06-01T06:17:00.852Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:17:01.479Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|INFO|500||InvokeReturn 2022-06-01T06:17:01.482Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:17:00:330-55846], vertex-id=[229616], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:17:00 GMT], Content-Type=[application/json]} 2022-06-01T06:17:01.483Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:17:01.489Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:17:01.490Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-06-01T06:17:01.499Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||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-06-01T06:17:01.500Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:17:01.501Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:17:01.502Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064221500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:17:01.606Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:17:01.607Z||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-06-01T06:17:01.607Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:01.619Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:01.619Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-06-01T06:17:02.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:17:02.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:17:02.519Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:06.940Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:06.942Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:17:06.942Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7f4cc57-2e8c-4be6-8512-88a6bb239cc2","serviceName":"vFW 2022-06-01 06-12-29","serviceVersion":"1.0","serviceUUID":"f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4","serviceDescription":"catalog service description","serviceInvariantUUID":"e93945f2-205b-480f-8ae3-72e0c91ba4d8","resources":[{"resourceInstanceName":"vFW b824f0fb-25ca 0","resourceName":"vFW b824f0fb-25ca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee70fec4-7e3b-4299-ac46-9d1c52d62838","resourceInvariantUUID":"a7d495a6-ac54-4c7c-a6d6-61edd13f03d1","resourceCustomizationUUID":"8a47bfb7-39f0-47e3-b292-6c312e1f3d36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml","artifactChecksum":"NDdmOGE4ODA5MjA0ZTQ1YWNhMjI1N2ZlN2EyNmI4ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05e27af8-7eed-46a8-8f65-b68402a556f1","artifactVersion":"1"},{"artifactName":"vfwb824f0fb25ca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json","artifactChecksum":"OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"557db151-706e-49a8-9df4-20ebacceefa2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84985157-2827-4941-9192-5cf0cd624e62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml","artifactChecksum":"NDZjNzQ3NDE1MWVhYzFkNTllNDk4MGYwNmVkMDY5MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ade92341-9955-4821-95ae-bbd328ed679d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b410bbbf-8b0b-44cc-8373-2990869b50be","artifactVersion":"2","generatedFromUUID":"84985157-2827-4941-9192-5cf0cd624e62"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220601061229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml","artifactChecksum":"NjdhZTFhNjY3YjAxMzg2MjI3MTM4NzkyZWZkY2MyZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a07f0f3c-b4f8-42cc-a7a0-d8664fd002b9","artifactVersion":"1"},{"artifactName":"service-Vfw20220601061229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar","artifactChecksum":"MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:17:06.948Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:06.948Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:06.950Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:06.950Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:07.051Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:07.053Z||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-06-01T06:17:07.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:07.065Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:07.065Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:07.954Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:07.955Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:07.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:07.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:17:08.057Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:17:08.059Z||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-06-01T06:17:08.059Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:08.069Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:08.069Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:08.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:08.962Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:08.965Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:08.965Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:17:09.065Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:09.066Z||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-06-01T06:17:09.067Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:09.081Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:09.082Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:17:09.968Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:09.969Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:09.972Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:09.973Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:10.073Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:10.074Z||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-06-01T06:17:10.075Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:10.086Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:10.087Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:10.974Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:10.975Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:10.978Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:10.978Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:17:11.078Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:11.079Z||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-06-01T06:17:11.079Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:11.089Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:11.090Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:11.979Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:11.980Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:11.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:11.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:12.083Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:12.084Z||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-06-01T06:17:12.084Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:12.094Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:12.094Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:12.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:12.984Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:12.986Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:12.987Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:17:13.087Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:13.088Z||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-06-01T06:17:13.088Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:13.099Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:13.099Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:17:13.988Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "serviceName": "vFW 2022-06-01 06-12-29", "serviceVersion": "1.0", "serviceUUID": "f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e93945f2-205b-480f-8ae3-72e0c91ba4d8", "resources": [ { "resourceInstanceName": "vFW b824f0fb-25ca 0", "resourceCustomizationUUID": "8a47bfb7-39f0-47e3-b292-6c312e1f3d36", "resourceName": "vFW b824f0fb-25ca", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee70fec4-7e3b-4299-ac46-9d1c52d62838", "resourceInvariantUUID": "a7d495a6-ac54-4c7c-a6d6-61edd13f03d1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb824f0fb25ca0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "artifactChecksum": "OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "557db151-706e-49a8-9df4-20ebacceefa2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "84985157-2827-4941-9192-5cf0cd624e62", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b410bbbf-8b0b-44cc-8373-2990869b50be", "generatedFromUUID": "84985157-2827-4941-9192-5cf0cd624e62" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b410bbbf-8b0b-44cc-8373-2990869b50be", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220601061229-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "artifactChecksum": "MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15" } ], "workloadContext": "Production" } 2022-06-01T06:17:13.989Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:17:13.989Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 ASDC 2022-06-01T06:17:13.989Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 ServiceName:vFW 2022-06-01 06-12-29 ServiceVersion:1.0 ServiceUUID:f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 ServiceInvariantUUID:e93945f2-205b-480f-8ae3-72e0c91ba4d8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220601061229-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar ArtifactUUID:c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15 ArtifactChecksum:MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b824f0fb-25ca 0 ResourceCustomizationUUID:8a47bfb7-39f0-47e3-b292-6c312e1f3d36 ResourceInvariantUUID:a7d495a6-ac54-4c7c-a6d6-61edd13f03d1 ResourceName:vFW b824f0fb-25ca ResourceType:VF ResourceUUID:ee70fec4-7e3b-4299-ac46-9d1c52d62838 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb824f0fb25ca0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json ArtifactUUID:557db151-706e-49a8-9df4-20ebacceefa2 ArtifactChecksum:OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ= 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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml ArtifactUUID:84985157-2827-4941-9192-5cf0cd624e62 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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ArtifactUUID:b410bbbf-8b0b-44cc-8373-2990869b50be 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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ArtifactUUID:b410bbbf-8b0b-44cc-8373-2990869b50be ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:17:13.989Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 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-06-01T06:17:14.030Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:17:14.031Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:14.590Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:17:14.598Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15 99006 2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar ASDC sendASDCNotification 2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:17:14.600Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:14.602Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:14.602Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064234599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:14.702Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:14.703Z||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-06-01T06:17:14.703Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:14.717Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:14.717Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:15.603Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:17:15.604Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15, URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar to file: /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220601061229-csar.csar 2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:15.606Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:15.920Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4662282082537950215/Definitions/service-Vfw20220601061229-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-01T06:17:18.181Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b824f0fb-25ca 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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-Vfw20220601061229-csar.csar 2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e72f3e66-9f38-4df0-896e-f6bbd810cc03 2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:17:18.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=792e1d91-2034-4105-b565-c50bedaa1a7e 2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd328e2d-9595-4406-9245-4c1c8e8ad723 2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-01 06-12-29 Description:catalog service description Model UUID:f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 Model Version:NULL Model InvariantUuid:e93945f2-205b-480f-8ae3-72e0c91ba4d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b824f0fb-25ca Model UUID:d6b28ed9-e3d6-4c80-bc2c-288d4b56bae6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a7d495a6-ac54-4c7c-a6d6-61edd13f03d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8a47bfb7-39f0-47e3-b292-6c312e1f3d36 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a ModelName:VfwB824f0fb25ca..base_vfw..module-0 ModelUuid:90126a36-6f11-4937-85dc-357e839f8f1e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e72f3e66-9f38-4df0-896e-f6bbd810cc03 ModelInvariantUuid:5ffe64a8-7d25-4915-9adf-aa23d08825c2 ModelName:vFW b824f0fb-25ca-nodes.vfwCvfc ModelUuid:32cbd4a2-52cc-4447-bcbc-705caefba12d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c6b75493-356a-41a6-8a4f-80c5d886508c ModelInvariantUuid:35cb15c1-79f5-4232-865b-40468257b25e ModelName:VfwB824f0fb25ca.compute.nodes.heat.vfw ModelUuid:57091f28-d262-4870-b709-74447fa90a70 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:792e1d91-2034-4105-b565-c50bedaa1a7e ModelInvariantUuid:b8f757e1-cb21-4e53-b82f-5234e874df00 ModelName:vFW b824f0fb-25ca-nodes.vsnCvfc ModelUuid:a691952c-4596-463e-8e48-2628f2424a5b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:96c5fd6e-7b0d-48d7-adca-33c38083e206 ModelInvariantUuid:62c2acd5-674a-4e10-a293-59bda7377068 ModelName:VfwB824f0fb25ca.compute.nodes.heat.vsn ModelUuid:b92f8d11-f27f-4784-9d51-7ff4fcd42e67 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bd328e2d-9595-4406-9245-4c1c8e8ad723 ModelInvariantUuid:ba62f8cd-3205-4d62-a6f9-c9ba78690f7d ModelName:vFW b824f0fb-25ca-nodes.vpgCvfc ModelUuid:02bde4ad-5c5c-4c56-9666-6d0dfb93132f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ccc93c42-68f3-4280-908e-7d67f009bac1 ModelInvariantUuid:14cacb2c-5bcb-47d4-851a-2508fb13696c ModelName:VfwB824f0fb25ca.compute.nodes.heat.vpg ModelUuid:00dfdb75-9d89-436c-b15f-594163992e90 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-06-01T06:17:18.220Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ee70fec4-7e3b-4299-ac46-9d1c52d62838 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-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||vFW b824f0fb-25ca 0 2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee70fec4-7e3b-4299-ac46-9d1c52d62838 2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 557db151-706e-49a8-9df4-20ebacceefa2 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:17:18.225Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 2022-06-01T06:17:19.002Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 557db151-706e-49a8-9df4-20ebacceefa2 785 2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json ASDC sendASDCNotification 2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:17:19.004Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:19.005Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:19.006Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064239003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:19.106Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:19.108Z||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-06-01T06:17:19.108Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:19.118Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:19.120Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:20.008Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB824f0fb25ca..base_vfw..module-0", "vfModuleModelInvariantUUID": "fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90126a36-6f11-4937-85dc-357e839f8f1e", "vfModuleModelCustomizationUUID": "6e6461f1-77d7-4adf-99ac-666a10dbc6f8", "isBase": true, "artifacts": [ "84985157-2827-4941-9192-5cf0cd624e62", "b410bbbf-8b0b-44cc-8373-2990869b50be" ], "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-06-01T06:17:20.013Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB824f0fb25ca..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90126a36-6f11-4937-85dc-357e839f8f1e VfModuleModelInvariantUUID:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a VfModuleModelDescription:NULL Artifacts UUID List:{ 84985157-2827-4941-9192-5cf0cd624e62 , b410bbbf-8b0b-44cc-8373-2990869b50be } 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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB824f0fb25ca..base_vfw..module-0", "vfModuleModelInvariantUUID": "fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90126a36-6f11-4937-85dc-357e839f8f1e", "vfModuleModelCustomizationUUID": "6e6461f1-77d7-4adf-99ac-666a10dbc6f8", "isBase": true, "artifacts": [ "84985157-2827-4941-9192-5cf0cd624e62", "b410bbbf-8b0b-44cc-8373-2990869b50be" ], "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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB824f0fb25ca..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90126a36-6f11-4937-85dc-357e839f8f1e VfModuleModelInvariantUUID:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a VfModuleModelDescription:NULL Artifacts UUID List:{ 84985157-2827-4941-9192-5cf0cd624e62 , b410bbbf-8b0b-44cc-8373-2990869b50be } 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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84985157-2827-4941-9192-5cf0cd624e62 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 2022-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:17:20.017Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 2022-06-01T06:17:20.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 84985157-2827-4941-9192-5cf0cd624e62 20368 2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:20.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:20.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064240199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:20.302Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:17:20.303Z||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-06-01T06:17:20.304Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:20.314Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:20.314Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:21.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b410bbbf-8b0b-44cc-8373-2990869b50be from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env 2022-06-01T06:17:21.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:17:21.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env 2022-06-01T06:17:21.326Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env b410bbbf-8b0b-44cc-8373-2990869b50be 2098 2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env 2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:17:21.328Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:21.330Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:21.330Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064241327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:21.430Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:21.431Z||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-06-01T06:17:21.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:21.443Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:21.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:22.331Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 2022-06-01T06:17:22.331Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b824f0fb-25ca 0 ee70fec4-7e3b-4299-ac46-9d1c52d62838 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-06-01T06:17:22.356Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@435a2517, org.onap.sdc.toscaparser.api.parameters.Input@4fca1fb4, org.onap.sdc.toscaparser.api.parameters.Input@429d2106, org.onap.sdc.toscaparser.api.parameters.Input@5fa33e29, org.onap.sdc.toscaparser.api.parameters.Input@4d43ca57] 2022-06-01T06:17:22.359Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.359Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 matches Tosca VF Customization UUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 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-06-01T06:17:22.364Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.364Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8a47bfb7-39f0-47e3-b292-6c312e1f3d36: {\"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-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fc1eecb 2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:17:22.367Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e6461f1-77d7-4adf-99ac-666a10dbc6f8 2022-06-01T06:17:22.367Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e6461f1-77d7-4adf-99ac-666a10dbc6f8 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-06-01T06:17:22.372Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.372Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.379Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e72f3e66-9f38-4df0-896e-f6bbd810cc03 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-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=792e1d91-2034-4105-b565-c50bedaa1a7e 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-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria 2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-01T06:17:22.402Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd328e2d-9595-4406-9245-4c1c8e8ad723 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-06-01T06:17:22.407Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.408Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.408Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria 2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=8a47bfb7-39f0-47e3-b292-6c312e1f3d36 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-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4: vFW b824f0fb-25ca 2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-01 06-12-29 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-06-01T06:17:22.642Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b824f0fb-25ca ee70fec4-7e3b-4299-ac46-9d1c52d62838 1 ASDC deployResourceStructure 2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json ASDC sendASDCNotification 2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:17:22.644Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:22.646Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:22.646Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064242643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:17:22.747Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:17:22.748Z||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-06-01T06:17:22.748Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:22.760Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:22.761Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:23.647Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:23.650Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:23.650Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064243647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:17:23.751Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:23.752Z||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-06-01T06:17:23.752Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:23.769Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:23.769Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:24.654Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-01T06:17:24.654Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env 2022-06-01T06:17:24.655Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:17:24.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:24.660Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:24.660Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064244654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-01T06:17:24.761Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:17:24.762Z||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-06-01T06:17:24.762Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:24.772Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:24.773Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar ASDC sendASDCNotification 2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar 2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:25.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:25.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064245661, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:17:25.765Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:25.766Z||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-06-01T06:17:25.766Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:25.776Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:25.777Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:17:26.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:17:26.687Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-06-01T06:17:26.697Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:17:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:17:53.383Z||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-06-01T06:17:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:53.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:53.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064221500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:17:53.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:17:53.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064222518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064234599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064239003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:53.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064240199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064241327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:17:53.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064242643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:17:53.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064243647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:17:53.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064244654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-01T06:17:53.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064245661, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOTIFIED" } 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOTIFIED" } 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:53.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:17:53.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:53.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:17:56.697Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:17:56.705Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and serviceModelVersionId: f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 2022-06-01T06:17:56.705Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e93945f2-205b-480f-8ae3-72e0c91ba4d8 2022-06-01T06:17:56.707Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0 2022-06-01T06:17:56.712Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:17:56.759Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|INFO|500||Invoke 2022-06-01T06:17:56.760Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a81e4a85-8cb3-47dd-8caa-d94d83182d58], X-ECOMP-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], X-TransactionId=[], X-ONAP-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], Content-Type=[application/merge-patch+json]} 2022-06-01T06:17:56.788Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:17:56.986Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?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/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220601-06:17:56:264-72211], vertex-id=[233704], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:17:56 GMT], Content-Type=[application/json]} 2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|INFO|500||InvokeReturn 2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||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-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:17:57.001Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:57.002Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:57.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064277000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:17:57.103Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:57.104Z||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-06-01T06:17:57.104Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:57.119Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:57.119Z||pool-34-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-06-01T06:17:58.020Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:17:58.020Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:17:58.021Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:58.652Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:58.653Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:17:58.653Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ecaae37-cc32-4c19-8ea3-2eb35df29586","serviceName":"vFW 2022-06-01 06-15-39","serviceVersion":"1.0","serviceUUID":"4d58c3f9-457b-485e-91fa-c51aeff9411c","serviceDescription":"catalog service description","serviceInvariantUUID":"8279f2f9-f22b-4da3-ae7d-f6373381e52d","resources":[{"resourceInstanceName":"vFW b255cc71-4b32 0","resourceName":"vFW b255cc71-4b32","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b65631db-a75b-492a-8734-12d6cabfdc62","resourceInvariantUUID":"6539c5c3-27ff-44fc-9775-ef4c38caaf38","resourceCustomizationUUID":"e5448a5a-399f-4f29-bb9c-b7739ed4d569","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml","artifactChecksum":"NTJkNWY4MTE4ODU5MGU0N2QyMzdhZmU4MGM1NmRjNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cf6f6f9-daf4-4ec3-901a-1baf423e34c7","artifactVersion":"1"},{"artifactName":"vfwb255cc714b320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json","artifactChecksum":"ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml","artifactChecksum":"YWQ2ZjY1MmFmYzg3MDBhYTBlNDRjODE2MDZhODRlY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8749ebd-7e13-4319-a25e-216fc4a8d23c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719","artifactVersion":"2","generatedFromUUID":"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220601061539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml","artifactChecksum":"ZDU4YjYxNGY0ZTgxZGNmNzY5ZDc3MzU2NjNhNzg1NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48ba0fd1-b16f-4df8-b498-7d2fd44cc9ae","artifactVersion":"1"},{"artifactName":"service-Vfw20220601061539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar","artifactChecksum":"M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46f37305-e94e-4548-a70c-552781887f81","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:17:58.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:58.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:58.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:58.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:17:58.761Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:58.762Z||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-06-01T06:17:58.762Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:58.774Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:58.775Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:17:59.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:17:59.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:17:59.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:17:59.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOTIFIED" } 2022-06-01T06:17:59.764Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:17:59.765Z||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-06-01T06:17:59.765Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:17:59.782Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:17:59.782Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:00.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:18:00.666Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:00.668Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:00.668Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:18:00.768Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:00.769Z||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-06-01T06:18:00.769Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:00.779Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:00.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:01.669Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:18:01.670Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:01.672Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:01.672Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:18:01.772Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:01.774Z||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-06-01T06:18:01.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:01.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:01.784Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:02.673Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:18:02.673Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:02.675Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:02.675Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:18:02.776Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:02.777Z||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-06-01T06:18:02.777Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:02.788Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:02.789Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:03.676Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:18:03.677Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:03.679Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:03.679Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:18:03.779Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:03.780Z||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-06-01T06:18:03.780Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:03.789Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:03.790Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:04.680Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:18:04.681Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:04.683Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:04.683Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:18:04.783Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:04.785Z||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-06-01T06:18:04.785Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:04.795Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:04.796Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:05.685Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "serviceName": "vFW 2022-06-01 06-15-39", "serviceVersion": "1.0", "serviceUUID": "4d58c3f9-457b-485e-91fa-c51aeff9411c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8279f2f9-f22b-4da3-ae7d-f6373381e52d", "resources": [ { "resourceInstanceName": "vFW b255cc71-4b32 0", "resourceCustomizationUUID": "e5448a5a-399f-4f29-bb9c-b7739ed4d569", "resourceName": "vFW b255cc71-4b32", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b65631db-a75b-492a-8734-12d6cabfdc62", "resourceInvariantUUID": "6539c5c3-27ff-44fc-9775-ef4c38caaf38", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb255cc714b320_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "artifactChecksum": "ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719", "generatedFromUUID": "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220601061539-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "artifactChecksum": "M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46f37305-e94e-4548-a70c-552781887f81" } ], "workloadContext": "Production" } 2022-06-01T06:18:05.686Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:18:05.687Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d58c3f9-457b-485e-91fa-c51aeff9411c ASDC 2022-06-01T06:18:05.687Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2ecaae37-cc32-4c19-8ea3-2eb35df29586 ServiceName:vFW 2022-06-01 06-15-39 ServiceVersion:1.0 ServiceUUID:4d58c3f9-457b-485e-91fa-c51aeff9411c ServiceInvariantUUID:8279f2f9-f22b-4da3-ae7d-f6373381e52d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220601061539-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar ArtifactUUID:46f37305-e94e-4548-a70c-552781887f81 ArtifactChecksum:M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b255cc71-4b32 0 ResourceCustomizationUUID:e5448a5a-399f-4f29-bb9c-b7739ed4d569 ResourceInvariantUUID:6539c5c3-27ff-44fc-9775-ef4c38caaf38 ResourceName:vFW b255cc71-4b32 ResourceType:VF ResourceUUID:b65631db-a75b-492a-8734-12d6cabfdc62 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb255cc714b320_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json ArtifactUUID:76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed ArtifactChecksum:ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM= 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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml ArtifactUUID:2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env ArtifactUUID:35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env ArtifactUUID:35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:18:05.687Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d58c3f9-457b-485e-91fa-c51aeff9411c 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-06-01T06:18:05.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:18:05.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:18:05.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:18:05.731Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 46f37305-e94e-4548-a70c-552781887f81 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:05.731Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:18:05.732Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:05.975Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:18:05.979Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 46f37305-e94e-4548-a70c-552781887f81 99016 2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar ASDC sendASDCNotification 2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:05.982Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:05.983Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064285980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:18:06.083Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:06.084Z||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-06-01T06:18:06.084Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:06.095Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:06.095Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:18:06.983Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:18:06.984Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:18:06.985Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 46f37305-e94e-4548-a70c-552781887f81, URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar to file: /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:06.985Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220601061539-csar.csar 2022-06-01T06:18:06.986Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:06.986Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:07.193Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16387988579961280139/Definitions/service-Vfw20220601061539-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b255cc71-4b32 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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-Vfw20220601061539-csar.csar 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7a52f27-58e2-4526-b6ba-1c1c418269d5 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c48c09eb-b187-4db2-a0ce-28de8213df6b 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=821fcdbc-a9e6-47b4-99aa-12a0a250c2a5 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-01 06-15-39 Description:catalog service description Model UUID:4d58c3f9-457b-485e-91fa-c51aeff9411c Model Version:NULL Model InvariantUuid:8279f2f9-f22b-4da3-ae7d-f6373381e52d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b255cc71-4b32 Model UUID:5350649f-cc92-43b0-83c7-c69d731602d7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6539c5c3-27ff-44fc-9775-ef4c38caaf38 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5448a5a-399f-4f29-bb9c-b7739ed4d569 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6127ad40-3f8b-426a-a283-6fef4a4fa231 ModelName:VfwB255cc714b32..base_vfw..module-0 ModelUuid:7ce69977-82cd-4956-8026-5ff4f9e5cf01 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f7a52f27-58e2-4526-b6ba-1c1c418269d5 ModelInvariantUuid:26a7aa58-821d-40cf-9504-f0b22ed3e3cf ModelName:vFW b255cc71-4b32-nodes.vfwCvfc ModelUuid:06e0acad-86cd-4dac-b1f2-219a58578859 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7bb13da3-0ffc-4ac3-bdc4-9eb927f02a88 ModelInvariantUuid:d284eec3-ec21-476b-809b-5c78dd313224 ModelName:VfwB255cc714b32.compute.nodes.heat.vfw ModelUuid:df3b91a2-8685-46d3-a8ba-5da2d81e5bf4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c48c09eb-b187-4db2-a0ce-28de8213df6b ModelInvariantUuid:c44df1b3-91cb-409b-8ef6-0b6d2cb15cd8 ModelName:vFW b255cc71-4b32-nodes.vsnCvfc ModelUuid:b75ac4f8-123f-41d2-9f74-7e5d48444665 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:147f81af-83b3-4bb3-9b1b-f5fa246c0f7e ModelInvariantUuid:3b5d9199-3d0b-48ab-806d-f0b4287282fd ModelName:VfwB255cc714b32.compute.nodes.heat.vsn ModelUuid:116f8cda-27db-4bb4-906d-18391c305ae8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:821fcdbc-a9e6-47b4-99aa-12a0a250c2a5 ModelInvariantUuid:4423cb0f-967c-4bc1-a39d-0b5148ef1cac ModelName:vFW b255cc71-4b32-nodes.vpgCvfc ModelUuid:de9aa9eb-2864-402f-976f-44714da47f3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f60ea0ac-7815-47b9-96ab-d9009970e467 ModelInvariantUuid:21eb31cc-9498-454e-a354-bbd2f3921566 ModelName:VfwB255cc714b32.compute.nodes.heat.vpg ModelUuid:7603f7b8-c62d-4140-8d8a-2493e5fa728a 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-06-01T06:18:09.314Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b65631db-a75b-492a-8734-12d6cabfdc62 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-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||vFW b255cc71-4b32 0 2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b65631db-a75b-492a-8734-12d6cabfdc62 2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 2022-06-01T06:18:09.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:18:09.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed 785 2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json ASDC sendASDCNotification 2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:09.384Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:09.384Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064289382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:18:09.484Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:09.485Z||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-06-01T06:18:09.486Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:09.504Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:09.505Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:10.385Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB255cc714b32..base_vfw..module-0", "vfModuleModelInvariantUUID": "6127ad40-3f8b-426a-a283-6fef4a4fa231", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ce69977-82cd-4956-8026-5ff4f9e5cf01", "vfModuleModelCustomizationUUID": "29329ed4-29b8-4033-b95b-7453b9801177", "isBase": true, "artifacts": [ "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04", "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719" ], "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-06-01T06:18:10.388Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB255cc714b32..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ce69977-82cd-4956-8026-5ff4f9e5cf01 VfModuleModelInvariantUUID:6127ad40-3f8b-426a-a283-6fef4a4fa231 VfModuleModelDescription:NULL Artifacts UUID List:{ 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 , 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 } 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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB255cc714b32..base_vfw..module-0", "vfModuleModelInvariantUUID": "6127ad40-3f8b-426a-a283-6fef4a4fa231", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ce69977-82cd-4956-8026-5ff4f9e5cf01", "vfModuleModelCustomizationUUID": "29329ed4-29b8-4033-b95b-7453b9801177", "isBase": true, "artifacts": [ "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04", "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719" ], "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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB255cc714b32..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ce69977-82cd-4956-8026-5ff4f9e5cf01 VfModuleModelInvariantUUID:6127ad40-3f8b-426a-a283-6fef4a4fa231 VfModuleModelDescription:NULL Artifacts UUID List:{ 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 , 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 } 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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2022-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:18:10.392Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2022-06-01T06:18:10.459Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:18:10.460Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 20368 2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:10.463Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:10.463Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064290460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:18:10.564Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:18:10.565Z||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-06-01T06:18:10.565Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:10.575Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:10.576Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:18:11.467Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 2022-06-01T06:18:11.468Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:18:11.468Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 2022-06-01T06:18:11.703Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:18:11.704Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 2098 2022-06-01T06:18:11.704Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:11.708Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:11.708Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064291704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:18:11.808Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:11.809Z||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-06-01T06:18:11.809Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:11.830Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:11.830Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:18:12.709Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4d58c3f9-457b-485e-91fa-c51aeff9411c 2022-06-01T06:18:12.709Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b255cc71-4b32 0 b65631db-a75b-492a-8734-12d6cabfdc62 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-06-01T06:18:12.726Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46f16661, org.onap.sdc.toscaparser.api.parameters.Input@73819473, org.onap.sdc.toscaparser.api.parameters.Input@679a8328, org.onap.sdc.toscaparser.api.parameters.Input@5b6c98f9, org.onap.sdc.toscaparser.api.parameters.Input@16e33f9b] 2022-06-01T06:18:12.728Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e5448a5a-399f-4f29-bb9c-b7739ed4d569 2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569 matches Tosca VF Customization UUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569 2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569 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-06-01T06:18:12.735Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.735Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e5448a5a-399f-4f29-bb9c-b7739ed4d569: {\"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-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@659abe1c 2022-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29329ed4-29b8-4033-b95b-7453b9801177 2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29329ed4-29b8-4033-b95b-7453b9801177 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-06-01T06:18:12.742Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.742Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7a52f27-58e2-4526-b6ba-1c1c418269d5 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-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:12.754Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.754Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:12.754Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:12.754Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:12.755Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:18:12.755Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.755Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.755Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:18:12.755Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.756Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-01T06:18:12.756Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-01T06:18:12.756Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.756Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-01T06:18:12.757Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.757Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c48c09eb-b187-4db2-a0ce-28de8213df6b 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-06-01T06:18:12.760Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.761Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.761Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:12.761Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.762Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria 2022-06-01T06:18:12.762Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-01T06:18:12.762Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-01T06:18:12.762Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-01T06:18:12.762Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.763Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.763Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-01T06:18:12.763Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.763Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-01T06:18:12.764Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-01T06:18:12.764Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-01T06:18:12.764Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-01T06:18:12.764Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-01T06:18:12.765Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=821fcdbc-a9e6-47b4-99aa-12a0a250c2a5 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-06-01T06:18:12.768Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.768Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.769Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:18:12.769Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.769Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria 2022-06-01T06:18:12.780Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=e5448a5a-399f-4f29-bb9c-b7739ed4d569 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-06-01T06:18:12.783Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.783Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4d58c3f9-457b-485e-91fa-c51aeff9411c: vFW b255cc71-4b32 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.784Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.785Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.785Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.785Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:18:12.785Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:18:12.785Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-01 06-15-39 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-06-01T06:18:13.023Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b255cc71-4b32 b65631db-a75b-492a-8734-12d6cabfdc62 1 ASDC deployResourceStructure 2022-06-01T06:18:13.024Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json ASDC sendASDCNotification 2022-06-01T06:18:13.024Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 2022-06-01T06:18:13.024Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:18:13.024Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:13.026Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:13.027Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064293024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:18:13.127Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:13.128Z||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-06-01T06:18:13.128Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:13.142Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:13.143Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:18:14.027Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-01T06:18:14.028Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2022-06-01T06:18:14.029Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:18:14.029Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:14.031Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:14.031Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064294027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:18:14.131Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:18:14.132Z||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-06-01T06:18:14.132Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:14.142Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:14.142Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:15.033Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-01T06:18:15.033Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 2022-06-01T06:18:15.033Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:18:15.033Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:15.035Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:15.035Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064295032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-01T06:18:15.135Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:15.136Z||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-06-01T06:18:15.137Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:15.147Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:15.148Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:18:16.036Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar ASDC sendASDCNotification 2022-06-01T06:18:16.037Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 2022-06-01T06:18:16.037Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:18:16.037Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:18:16.039Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:18:16.039Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064296036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:18:16.139Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:18:16.140Z||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-06-01T06:18:16.140Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:16.149Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:16.150Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:18:17.040Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:18:17.048Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:18:17.050Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:18:17.050Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:18:17.050Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:18:47.051Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:18:47.060Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:18:47.062Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:18:47.062Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:18:47.062Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:18:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:18:53.383Z||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-06-01T06:18:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:18:53.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:18:53.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:18:53.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:18:53.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:19:17.063Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:19:17.071Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:19:17.075Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:19:17.075Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:19:17.076Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:19:47.076Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:19:47.088Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:19:47.091Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:19:47.091Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:19:47.091Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:19:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:19:53.384Z||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-06-01T06:19:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:19:53.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:19:53.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:19:53.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:19:53.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:17.092Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:20:17.115Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:17.118Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:20:17.118Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:20:17.118Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:20:47.119Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:20:47.130Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:47.132Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:20:47.132Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:20:47.132Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:20:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:20:53.384Z||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-06-01T06:20:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:20:53.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:20:53.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064257187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064263981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:20:53.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064275249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064269277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064276253, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064277000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064277110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "policy-id", "timestamp": 1654064277256, "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-06-01T06:20:53.935Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:53.936Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:53.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064278410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064272277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "NOTIFIED" } 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "ves-openapi-manager", "timestamp": 1654064272028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064279597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064280108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064280619, "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-06-01T06:20:53.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:53.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:53.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "cds", "timestamp": 1654064281116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-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-06-01T06:20:53.978Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:53.979Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "multicloud-k8s-id", "timestamp": 1654064281624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064274370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064276018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064282281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064284025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064278019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064285980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064285233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064285299, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:20:53.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:53.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:53.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064286303, "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-06-01T06:20:53.999Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:53.999Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:54.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064288234, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064289382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:54.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "clamp", "timestamp": 1654064289240, "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-06-01T06:20:54.017Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:54.017Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:20:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064290460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064291704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064293024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064294027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064295032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064296036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064304525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:20:54.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:20:54.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-01T06:20:54.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "aai-ml", "timestamp": 1654064305530, "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-06-01T06:20:54.040Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ecaae37-cc32-4c19-8ea3-2eb35df29586 2022-06-01T06:20:54.040Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:21:17.132Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:21:17.144Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.147Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.148Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.148Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.148Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:21:17.148Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-06-01T06:21:17.153Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:21:47.154Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 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-06-01T06:21:47.160Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ecaae37-cc32-4c19-8ea3-2eb35df29586 and serviceModelVersionId: 4d58c3f9-457b-485e-91fa-c51aeff9411c 2022-06-01T06:21:47.160Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8279f2f9-f22b-4da3-ae7d-f6373381e52d 2022-06-01T06:21:47.162Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0 2022-06-01T06:21:47.170Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:21:47.230Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0|INFO|500||Invoke 2022-06-01T06:21:47.231Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ecaae37-cc32-4c19-8ea3-2eb35df29586], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a707db2b-2505-4693-8542-095a936def1e], X-ECOMP-RequestID=[2ecaae37-cc32-4c19-8ea3-2eb35df29586], X-TransactionId=[], X-ONAP-RequestID=[2ecaae37-cc32-4c19-8ea3-2eb35df29586], Content-Type=[application/merge-patch+json]} 2022-06-01T06:21:47.261Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:21:47.528Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?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/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:21:46:734-81524], vertex-id=[143368], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:21:46 GMT], Content-Type=[application/json]} 2022-06-01T06:21:47.529Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:21:47.530Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8279f2f9-f22b-4da3-ae7d-f6373381e52d/model-vers/model-ver/4d58c3f9-457b-485e-91fa-c51aeff9411c?depth=0|INFO|500||InvokeReturn 2022-06-01T06:21:47.531Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:21:47.532Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-06-01T06:21:47.540Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||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-06-01T06:21:47.541Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ecaae37-cc32-4c19-8ea3-2eb35df29586 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:21:47.542Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:21:47.543Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:21:47.547Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:21:47.547Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064507542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:21:47.646Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:21:47.647Z||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-06-01T06:21:47.648Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:21:47.670Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:21:47.671Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 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-06-01T06:21:48.565Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:21:48.565Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:21:48.566Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:21:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:21:53.383Z||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-06-01T06:21:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:21:54.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:21:54.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:21:54.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064507542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:21:54.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:21:58.875Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:21:58.876Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:21:58.877Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:21:58.877Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:08.412Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:08.414Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:08.414Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:08.414Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:17.950Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:17.950Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:17.951Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:17.951Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:27.513Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:27.514Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:27.514Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:27.514Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:37.053Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:37.054Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:37.054Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:37.054Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:46.594Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:46.595Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:46.596Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:46.596Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:53.383Z||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-06-01T06:22:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:22:56.142Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:22:56.142Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:22:56.143Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:22:56.143Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:23:02.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:23:05.682Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:23:53.379Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:23:53.380Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:23:53.380Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:23:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:23:53.382Z||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-06-01T06:23:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:24:02.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:24:02.919Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:24:53.379Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:24:53.380Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:24:53.380Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:24:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:24:53.382Z||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-06-01T06:24:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:25:02.932Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:25:02.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:25:53.379Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:25:53.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:25:53.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:25:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:25:53.382Z||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-06-01T06:25:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:02.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:02.931Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:53.379Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:26:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:26:53.382Z||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-06-01T06:26:53.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:26:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:53.383Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:53.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:53.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "cds", "timestamp": 1654064797277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "clamp", "timestamp": 1654064797187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "policy-id", "timestamp": 1654064803981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "cds", "timestamp": 1654064797277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "clamp", "timestamp": 1654064797187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "policy-id", "timestamp": 1654064803981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "cds", "timestamp": 1654064807765, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "policy-id", "timestamp": 1654064807461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "policy-id", "timestamp": 1654064808467, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "cds", "timestamp": 1654064808771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:26:54.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 2022-06-01T06:26:54.007Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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=? 2022-06-01T06:26:54.010Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:54.011Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.011Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0aedfdf0-952c-4a2a-bcc4-d73efce540ff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"47745436-88ae-4244-ab2b-4d32834a84d5","serviceDescription":"service","serviceInvariantUUID":"4e17fbb1-2d97-4875-bbd1-075e0c52ba58","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1197f19e-257a-45fd-a6ee-546c7e096e6c","resourceInvariantUUID":"e1773749-45ab-4480-a65e-bd6036910f32","resourceCustomizationUUID":"7f3aa98a-d65b-4001-bfd5-023cf1a242d4","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":"YTNiOTE2NWEzMzEyYzRmYjdjNjQ4ODZhYTFlYTIyYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a992cf65-e316-4cb2-982c-6ce07ab864ba","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjMwZjc5YzkyZDhiOWUyZWVmMTNhOTM2ZTMwN2ZkMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03fa0bd5-5efc-43ac-8423-07ed89806a67","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-01T06:26:54.014Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:26:54.014Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:26:54.017Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:26:54.017Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064813379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:26:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "policy-id", "timestamp": 1654064809470, "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-06-01T06:26:54.031Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 2022-06-01T06:26:54.032Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:26:54.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "clamp", "timestamp": 1654064809339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:26:54.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:26:54.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "multicloud-k8s-id", "timestamp": 1654064809277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:26:54.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "multicloud-k8s-id", "timestamp": 1654064809277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "clamp", "timestamp": 1654064811358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:26:54.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:26:54.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "clamp", "timestamp": 1654064812366, "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-06-01T06:26:54.061Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 2022-06-01T06:26:54.061Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:26:54.117Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:26:54.119Z||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-06-01T06:26:54.119Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:54.130Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:54.131Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:26:55.018Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:26:55.019Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:26:55.022Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:26:55.022Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064813379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:26:55.123Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:26:55.124Z||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-06-01T06:26:55.124Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:55.134Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:55.135Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:26:56.023Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "47745436-88ae-4244-ab2b-4d32834a84d5", "serviceDescription": "service", "serviceInvariantUUID": "4e17fbb1-2d97-4875-bbd1-075e0c52ba58", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7f3aa98a-d65b-4001-bfd5-023cf1a242d4", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1197f19e-257a-45fd-a6ee-546c7e096e6c", "resourceInvariantUUID": "e1773749-45ab-4480-a65e-bd6036910f32", "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": "MjMwZjc5YzkyZDhiOWUyZWVmMTNhOTM2ZTMwN2ZkMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03fa0bd5-5efc-43ac-8423-07ed89806a67" } ], "workloadContext": "Production" } 2022-06-01T06:26:56.023Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:26:56.023Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47745436-88ae-4244-ab2b-4d32834a84d5 ASDC 2022-06-01T06:26:56.024Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0aedfdf0-952c-4a2a-bcc4-d73efce540ff ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:47745436-88ae-4244-ab2b-4d32834a84d5 ServiceInvariantUUID:4e17fbb1-2d97-4875-bbd1-075e0c52ba58 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:03fa0bd5-5efc-43ac-8423-07ed89806a67 ArtifactChecksum:MjMwZjc5YzkyZDhiOWUyZWVmMTNhOTM2ZTMwN2ZkMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7f3aa98a-d65b-4001-bfd5-023cf1a242d4 ResourceInvariantUUID:e1773749-45ab-4480-a65e-bd6036910f32 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1197f19e-257a-45fd-a6ee-546c7e096e6c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-01T06:26:56.024Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47745436-88ae-4244-ab2b-4d32834a84d5 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-06-01T06:26:56.070Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:26:56.071Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:26:56.071Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:26:56.072Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 03fa0bd5-5efc-43ac-8423-07ed89806a67 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-01T06:26:56.072Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:26:56.072Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-01T06:26:56.301Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:26:56.303Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 03fa0bd5-5efc-43ac-8423-07ed89806a67 52514 2022-06-01T06:26:56.304Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-01T06:26:56.304Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-01T06:26:56.304Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:26:56.304Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:26:56.306Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:26:56.307Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064816304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:26:56.407Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:26:56.408Z||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-06-01T06:26:56.409Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:56.418Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:56.419Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:26:57.308Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:26:57.309Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:26:57.309Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 03fa0bd5-5efc-43ac-8423-07ed89806a67, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-01T06:26:57.310Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-01T06:26:57.310Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-01T06:26:57.310Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-01T06:26:57.479Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17487075866596086639/Definitions/service-BasicNetwork-template.yml 2022-06-01T06:26:58.006Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:26:58.006Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.007Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-01T06:26:58.008Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:26:58.009Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.010Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.011Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.011Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.011Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.011Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.011Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:47745436-88ae-4244-ab2b-4d32834a84d5 Model Version:NULL Model InvariantUuid:4e17fbb1-2d97-4875-bbd1-075e0c52ba58 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e1773749-45ab-4480-a65e-bd6036910f32 Model UUID:98a157d1-9cb6-4869-80bb-2e3824bd3184 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7f3aa98a-d65b-4001-bfd5-023cf1a242d4 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-06-01T06:26:58.030Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 1197f19e-257a-45fd-a6ee-546c7e096e6c 2022-06-01T06:26:58.031Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||No resources found for Service: 47745436-88ae-4244-ab2b-4d32834a84d5 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-06-01T06:26:58.047Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500|| 2022-06-01T06:26:58.048Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-01T06:26:58.049Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 47745436-88ae-4244-ab2b-4d32834a84d5 2022-06-01T06:26:58.049Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 47745436-88ae-4244-ab2b-4d32834a84d5 2022-06-01T06:26:58.049Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-01T06:26:58.049Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.056Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5820d058, org.onap.sdc.toscaparser.api.parameters.Input@1cca745e, org.onap.sdc.toscaparser.api.parameters.Input@46c7f33f, org.onap.sdc.toscaparser.api.parameters.Input@2fd32eb4, org.onap.sdc.toscaparser.api.parameters.Input@71af9906] 2022-06-01T06:26:58.058Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.058Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.058Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.058Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.059Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 47745436-88ae-4244-ab2b-4d32834a84d5: Generic NeutronNet 2022-06-01T06:26:58.059Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.059Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.059Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.059Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.103Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.104Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.104Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.104Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.104Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:26:58.105Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:26:58.105Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:26:58.199Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-01T06:26:58.200Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-01T06:26:58.200Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-01T06:26:58.200Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:26:58.201Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:26:58.203Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:26:58.203Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064818200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:26:58.303Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:26:58.305Z||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-06-01T06:26:58.305Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:26:58.313Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:26:58.313Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:26:59.205Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:26:59.217Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:26:59.219Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:26:59.219Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:26:59.220Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:27:29.220Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:27:29.238Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:27:29.242Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:27:29.242Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:27:29.242Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:27:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:27:53.384Z||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-06-01T06:27:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:27:53.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:27:53.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:27:53.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "ves-openapi-manager", "timestamp": 1654064812028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:27:53.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:27:59.243Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:27:59.262Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:27:59.266Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:27:59.267Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:27:59.267Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:28:29.268Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:28:29.282Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:28:29.285Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:28:29.285Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:28:29.285Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:28:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:28:53.383Z||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-06-01T06:28:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:28:53.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:28:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:28:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064813379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:28:53.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:28:59.286Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:28:59.297Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:28:59.303Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:28:59.303Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:28:59.303Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:29:29.304Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:29:29.314Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:29:29.316Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:29:29.316Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:29:29.317Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:29:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:29:53.383Z||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-06-01T06:29:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:29:53.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:29:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "ves-openapi-manager", "timestamp": 1654064812028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064813379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064814369, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064816304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "aai-ml", "timestamp": 1654064816018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064814369, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "aai-ml", "timestamp": 1654064816018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654064818200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064817484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "aai-ml", "timestamp": 1654064819157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064818962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:29:53.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064819967, "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-06-01T06:29:53.440Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 2022-06-01T06:29:53.440Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:29:53.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "aai-ml", "timestamp": 1654064826512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:29:53.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:29:53.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:29:53.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "aai-ml", "timestamp": 1654064827519, "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-06-01T06:29:53.471Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 2022-06-01T06:29:53.471Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:29:59.317Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:29:59.331Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:29:59.334Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:29:59.335Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:29:59.335Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:29:59.335Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:29:59.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:29:59.341Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:30:29.342Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff 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-06-01T06:30:29.358Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0aedfdf0-952c-4a2a-bcc4-d73efce540ff and serviceModelVersionId: 47745436-88ae-4244-ab2b-4d32834a84d5 2022-06-01T06:30:29.358Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e17fbb1-2d97-4875-bbd1-075e0c52ba58 2022-06-01T06:30:29.360Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0 2022-06-01T06:30:29.368Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:30:29.460Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0|INFO|500||Invoke 2022-06-01T06:30:29.461Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0aedfdf0-952c-4a2a-bcc4-d73efce540ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4192cfc6-22b0-4f03-8cf2-c65b5b13a4b8], X-ECOMP-RequestID=[0aedfdf0-952c-4a2a-bcc4-d73efce540ff], X-TransactionId=[], X-ONAP-RequestID=[0aedfdf0-952c-4a2a-bcc4-d73efce540ff], Content-Type=[application/merge-patch+json]} 2022-06-01T06:30:29.492Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:30:29.869Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?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/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220601-06:30:28:965-71169], vertex-id=[221208], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:30:28 GMT], Content-Type=[application/json]} 2022-06-01T06:30:29.869Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:30:29.870Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e17fbb1-2d97-4875-bbd1-075e0c52ba58/model-vers/model-ver/47745436-88ae-4244-ab2b-4d32834a84d5?depth=0|INFO|500||InvokeReturn 2022-06-01T06:30:29.870Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:30:29.870Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:30:29.886Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||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-06-01T06:30:29.887Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0aedfdf0-952c-4a2a-bcc4-d73efce540ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:30:29.888Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:30:29.888Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:29.891Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:29.891Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065029887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:30:29.992Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:30:29.993Z||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-06-01T06:30:29.993Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:30.006Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:30.006Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-01T06:30:30.935Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:30:30.936Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:30:30.936Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:35.311Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:35.312Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:30:35.313Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c70d80d-3cd0-44cf-985b-57f6d5c41c09","serviceName":"Demo_pNF_UCdY5xAwX9zwbxvMJxuj","serviceVersion":"1.0","serviceUUID":"d29d17df-bd03-4c81-9265-dfadc85f4add","serviceDescription":"catalog service description","serviceInvariantUUID":"957176ea-0f2c-404c-ac3a-c8c3579ac5e3","resources":[{"resourceInstanceName":"pNF 1e74b576-819b 0","resourceName":"pNF 1e74b576-819b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"525d9878-ef02-4c6f-a4fe-c18494d6e2cf","resourceInvariantUUID":"d210b4bc-ab06-4793-a2b8-00c7ef82688e","resourceCustomizationUUID":"85fecda6-7f3c-47b0-a157-61b57fa5a4a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEzNWNiMGZhMmZmOWJiZWNmMGI0OTMyMTdjNmMyZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc61e826-76db-479a-8fa8-edcd134d2199","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar","artifactChecksum":"MzE3OGQ5NjkwZDBiYzcxNWVjYzE4MDI4NDQzZTQyZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15f0e5ff-2330-4592-8516-cf56c174639c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7c8b47c-df76-41f8-8453-0eeb78735772","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGY4ZmM4NWMzYTU1NzkxZGNhOTZlZjJhYTRkY2I0MWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e15e4980-5214-419e-9241-11f1641b55e5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"904e75e6-6a2a-4793-9675-33ac8f756820","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f16d0377-34c1-498c-9041-3749a675e61a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml","artifactChecksum":"MmEzMDMwZTQ0YTMxZmFlNWVlMzY5ZDk4ZWY4YmI5M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8f683d-8490-4dce-9877-d5abea102265","artifactVersion":"1"},{"artifactName":"service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar","artifactChecksum":"NTFkNGEyNzVkNmY2ZjQ3NzVjMmNjYjA5NWM0NTBiYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3b32318-a6a5-4a52-93e3-c6ee5af75c2c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:30:35.315Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:35.315Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:35.317Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:35.318Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:35.418Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:30:35.418Z||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-06-01T06:30:35.418Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:35.428Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:35.428Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:36.318Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:36.319Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:36.322Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:36.322Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:36.422Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:30:36.423Z||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-06-01T06:30:36.423Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:36.435Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:36.436Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:30:37.322Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:37.324Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:37.329Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:37.329Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:37.428Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:30:37.429Z||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-06-01T06:30:37.429Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:37.441Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:37.441Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:30:38.330Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:38.331Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:38.333Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:38.333Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:38.433Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:30:38.434Z||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-06-01T06:30:38.435Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:38.446Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:38.447Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:39.334Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:39.335Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:39.336Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:39.337Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:39.437Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:30:39.438Z||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-06-01T06:30:39.438Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:39.449Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:39.449Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:40.337Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:40.338Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:40.341Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:40.341Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:40.446Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-01T06:30:40.446Z||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-06-01T06:30:40.447Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:40.457Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:40.458Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:41.342Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:41.343Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:41.346Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:41.347Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:41.446Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:30:41.447Z||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-06-01T06:30:41.447Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:41.456Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:41.457Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:30:42.348Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:30:42.349Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:42.361Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:42.362Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:42.452Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-01T06:30:42.453Z||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-06-01T06:30:42.454Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:42.468Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:42.468Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:43.363Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "serviceName": "Demo_pNF_UCdY5xAwX9zwbxvMJxuj", "serviceVersion": "1.0", "serviceUUID": "d29d17df-bd03-4c81-9265-dfadc85f4add", "serviceDescription": "catalog service description", "serviceInvariantUUID": "957176ea-0f2c-404c-ac3a-c8c3579ac5e3", "resources": [ { "resourceInstanceName": "pNF 1e74b576-819b 0", "resourceCustomizationUUID": "85fecda6-7f3c-47b0-a157-61b57fa5a4a4", "resourceName": "pNF 1e74b576-819b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "525d9878-ef02-4c6f-a4fe-c18494d6e2cf", "resourceInvariantUUID": "d210b4bc-ab06-4793-a2b8-00c7ef82688e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "artifactChecksum": "NTFkNGEyNzVkNmY2ZjQ3NzVjMmNjYjA5NWM0NTBiYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3b32318-a6a5-4a52-93e3-c6ee5af75c2c" } ], "workloadContext": "Production" } 2022-06-01T06:30:43.363Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:30:43.364Z|0aedfdf0-952c-4a2a-bcc4-d73efce540ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d29d17df-bd03-4c81-9265-dfadc85f4add ASDC 2022-06-01T06:30:43.364Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7c70d80d-3cd0-44cf-985b-57f6d5c41c09 ServiceName:Demo_pNF_UCdY5xAwX9zwbxvMJxuj ServiceVersion:1.0 ServiceUUID:d29d17df-bd03-4c81-9265-dfadc85f4add ServiceInvariantUUID:957176ea-0f2c-404c-ac3a-c8c3579ac5e3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar ArtifactUUID:e3b32318-a6a5-4a52-93e3-c6ee5af75c2c ArtifactChecksum:NTFkNGEyNzVkNmY2ZjQ3NzVjMmNjYjA5NWM0NTBiYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 1e74b576-819b 0 ResourceCustomizationUUID:85fecda6-7f3c-47b0-a157-61b57fa5a4a4 ResourceInvariantUUID:d210b4bc-ab06-4793-a2b8-00c7ef82688e ResourceName:pNF 1e74b576-819b ResourceType:PNF ResourceUUID:525d9878-ef02-4c6f-a4fe-c18494d6e2cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-01T06:30:43.364Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d29d17df-bd03-4c81-9265-dfadc85f4add 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-06-01T06:30:43.400Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:30:43.401Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:30:43.401Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:30:43.402Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3b32318-a6a5-4a52-93e3-c6ee5af75c2c from URL: /sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:43.402Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:30:43.402Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:43.637Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:30:43.643Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar e3b32318-a6a5-4a52-93e3-c6ee5af75c2c 82646 2022-06-01T06:30:43.643Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar ASDC sendASDCNotification 2022-06-01T06:30:43.644Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:43.644Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:30:43.644Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:43.647Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:43.647Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065043643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:43.747Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:30:43.748Z||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-06-01T06:30:43.748Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:43.759Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:43.760Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:30:44.647Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:30:44.648Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:30:44.648Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3b32318-a6a5-4a52-93e3-c6ee5af75c2c, URL: /sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar to file: /app/ASDC/1/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:44.649Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:44.654Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:44.654Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:44.806Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3322224323456194898/Definitions/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml 2022-06-01T06:30:45.728Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e74b576-819b 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-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:30:45.729Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Node template pNF 1e74b576-819b 0 is matching search criteria 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1e74b576-819b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.730Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Node template pNF 1e74b576-819b 0 is matching search criteria 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1e74b576-819b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.731Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.732Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.732Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.732Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.732Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.732Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_UCdY5xAwX9zwbxvMJxuj Description:catalog service description Model UUID:d29d17df-bd03-4c81-9265-dfadc85f4add Model Version:NULL Model InvariantUuid:957176ea-0f2c-404c-ac3a-c8c3579ac5e3 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-06-01T06:30:45.740Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 525d9878-ef02-4c6f-a4fe-c18494d6e2cf 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-06-01T06:30:45.742Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||pNF 1e74b576-819b 0 2022-06-01T06:30:45.742Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 525d9878-ef02-4c6f-a4fe-c18494d6e2cf 2022-06-01T06:30:45.743Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d29d17df-bd03-4c81-9265-dfadc85f4add 2022-06-01T06:30:45.743Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d29d17df-bd03-4c81-9265-dfadc85f4add 2022-06-01T06:30:45.743Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1e74b576-819b 0 525d9878-ef02-4c6f-a4fe-c18494d6e2cf 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-06-01T06:30:45.747Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79297426, org.onap.sdc.toscaparser.api.parameters.Input@50ad1ce9, org.onap.sdc.toscaparser.api.parameters.Input@1476c948, org.onap.sdc.toscaparser.api.parameters.Input@4467e15, org.onap.sdc.toscaparser.api.parameters.Input@367cb2ff] 2022-06-01T06:30:45.747Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.747Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.748Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d29d17df-bd03-4c81-9265-dfadc85f4add: pNF 1e74b576-819b 2022-06-01T06:30:45.748Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Processing PNF resource: 525d9878-ef02-4c6f-a4fe-c18494d6e2cf 2022-06-01T06:30:45.748Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:30:45.748Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UCdY5xAwX9zwbxvMJxuj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:30:45.748Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||Resource customization UUID: 85fecda6-7f3c-47b0-a157-61b57fa5a4a4 is the same as notified resource customizationUUID: 85fecda6-7f3c-47b0-a157-61b57fa5a4a4 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-06-01T06:30:45.795Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1e74b576-819b 525d9878-ef02-4c6f-a4fe-c18494d6e2cf 0 ASDC deployResourceStructure 2022-06-01T06:30:45.796Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar ASDC sendASDCNotification 2022-06-01T06:30:45.796Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar 2022-06-01T06:30:45.796Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:30:45.796Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:30:45.798Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:30:45.798Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065045796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:45.899Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:30:45.899Z||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-06-01T06:30:45.900Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:45.909Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:45.910Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:30:46.800Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:30:46.809Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:46.811Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:30:46.811Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:30:46.811Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:30:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:30:53.383Z||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-06-01T06:30:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:30:53.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:30:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064872277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "multicloud-k8s-id", "timestamp": 1654064869278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064863981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064872028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064881900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064881589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064881060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "cds", "timestamp": 1654064882906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-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-06-01T06:30:53.437Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.438Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064882592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064874369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064882200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "policy-id", "timestamp": 1654064883595, "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-06-01T06:30:53.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064876018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "ves-openapi-manager", "timestamp": 1654064883203, "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-06-01T06:30:53.482Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.483Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064885013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064885006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064886009, "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-06-01T06:30:53.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:30:53.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:30:53.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064884598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064887278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064894198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064895333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064895155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "aai-ml", "timestamp": 1654064895208, "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-06-01T06:30:53.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.574Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064889277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "cds", "timestamp": 1654064896338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-01T06:30:53.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064896160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "policy-id", "timestamp": 1654064897163, "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-06-01T06:30:53.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064897226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064898424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "ves-openapi-manager", "timestamp": 1654064892028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064900026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064901056, "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-06-01T06:30:53.642Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "multicloud-k8s-id", "timestamp": 1654064902065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064903355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064904388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "clamp", "timestamp": 1654064905410, "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-06-01T06:30:53.655Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 2022-06-01T06:30:53.655Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064904369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064906018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064887187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064912361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064914031, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064914375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064915378, "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-06-01T06:30:53.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-01T06:30:53.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064918357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064919390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "clamp", "timestamp": 1654064920408, "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-06-01T06:30:53.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.692Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064909277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "ves-openapi-manager", "timestamp": 1654064912028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:30:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064917278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064926114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064927331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064927518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "cds", "timestamp": 1654064928337, "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-06-01T06:30:53.723Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:30:53.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:30:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064928455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064928830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "aai-ml", "timestamp": 1654064929461, "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-06-01T06:30:53.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6acb6c98-c183-45a2-8f88-230895daa87e 2022-06-01T06:30:53.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:30:53.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064930114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064921424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064931174, "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-06-01T06:30:53.752Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:30:53.752Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "multicloud-k8s-id", "timestamp": 1654064932179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064923981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:30:53.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:16.812Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:31:16.822Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:31:16.825Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.826Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.827Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.827Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.827Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.827Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:31:16.827Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-06-01T06:31:16.832Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:31:46.833Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 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-06-01T06:31:46.862Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 and serviceModelVersionId: d29d17df-bd03-4c81-9265-dfadc85f4add 2022-06-01T06:31:46.863Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 957176ea-0f2c-404c-ac3a-c8c3579ac5e3 2022-06-01T06:31:46.865Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?depth=0 2022-06-01T06:31:46.884Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:31:46.940Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?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-06-01T06:31:46.942Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?depth=0|INFO|500||Invoke 2022-06-01T06:31:46.964Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:31:47.485Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?depth=0|INFO|500||InvokeReturn 2022-06-01T06:31:47.486Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957176ea-0f2c-404c-ac3a-c8c3579ac5e3/model-vers/model-ver/d29d17df-bd03-4c81-9265-dfadc85f4add?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:31:46:437-23540], vertex-id=[208896], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:31:46 GMT], Content-Type=[application/json]} 2022-06-01T06:31:47.487Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:31:47.487Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:31:47.487Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-06-01T06:31:47.493Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||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-06-01T06:31:47.493Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c70d80d-3cd0-44cf-985b-57f6d5c41c09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:31:47.494Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:31:47.494Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:47.498Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:47.498Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065107493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:31:47.598Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:31:47.600Z||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-06-01T06:31:47.600Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:47.615Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:47.616Z||pool-66-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-06-01T06:31:48.520Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:31:48.521Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6acb6c98-c183-45a2-8f88-230895daa87e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"acd25afa-3cbd-499a-8466-867ff8553ad0","serviceDescription":"service","serviceInvariantUUID":"3f15c70c-855f-4956-8ed8-90ecc601e065","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bc58df7-cd8a-4310-9d57-b9704c699966","resourceInvariantUUID":"abef181a-b271-4889-9674-89e5ba82bedd","resourceCustomizationUUID":"df201fd9-b7d0-4b9a-9413-76d621a9cc63","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":"MjUxZjM0YjUxYzI4ZWUyYjhhZjk4ZWM0OTIwMWM3YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ae6134c-b199-42d4-a9e0-b853df63b294","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":"OTg2ZjhhNzNkOTRmNmZkZTdjNDYwNjYyODM4YzlhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef732a63-6ebd-46ac-a4ad-608865efda09","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":"a34dd8a3-223c-4878-be8b-1a51284b475f","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":"92dd7000-f437-4f5e-af34-0005d7f4c191","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":"c4d08f7d-aae9-4073-bacd-e0326487bbdd","artifactVersion":"2","generatedFromUUID":"a34dd8a3-223c-4878-be8b-1a51284b475f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGIzMjY0NjJlYThkNzdhZTUzNGIzNmYwY2ZlYmIxODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4059b74-b0ee-4d38-b8d2-3c5df729f689","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjQzOGViZDE1Yjg2NTU4ZTEwYjNiYmU3ZmY4OTYzMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2072ffe5-d354-422c-9dcc-644a094a906e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:31:48.521Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:48.522Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:48.524Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:48.524Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:48.624Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:48.626Z||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-06-01T06:31:48.627Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:48.638Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:48.640Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:49.524Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:49.525Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:49.527Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:49.528Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:31:49.628Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:49.629Z||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-06-01T06:31:49.629Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:49.641Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:49.642Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:50.528Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:50.529Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:50.531Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:50.532Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:31:50.632Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:50.633Z||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-06-01T06:31:50.633Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:50.643Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:50.644Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:51.532Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:51.533Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:51.535Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:51.535Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:51.635Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:51.636Z||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-06-01T06:31:51.636Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:51.645Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:51.646Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:52.536Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:52.537Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:52.539Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:52.540Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:31:52.640Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:52.642Z||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-06-01T06:31:52.642Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:52.654Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:52.655Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:31:53.383Z||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-06-01T06:31:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:53.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064933824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064934828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "policy-id", "timestamp": 1654064935831, "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-06-01T06:31:53.420Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:31:53.421Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:31:53.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064940360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064942370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064934369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "clamp", "timestamp": 1654064943376, "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-06-01T06:31:53.446Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:31:53.446Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:31:53.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064936018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:31:53.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:31:53.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064944260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:53.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064945845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:53.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064946187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:31:53.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654064947191, "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-06-01T06:31:53.466Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:31:53.466Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:31:53.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064959259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:31:53.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:31:53.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:31:53.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "aai-ml", "timestamp": 1654064960263, "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-06-01T06:31:53.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59f24f5d-5819-46eb-bb64-3587dd51d2b3 2022-06-01T06:31:53.484Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:31:53.540Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:53.541Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:53.543Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:53.544Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:31:53.644Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:53.646Z||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-06-01T06:31:53.646Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:53.658Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:53.659Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:54.544Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:31:54.545Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:54.547Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:54.548Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:31:54.649Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:31:54.650Z||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-06-01T06:31:54.650Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:54.688Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:54.689Z||pool-73-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:55.550Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "acd25afa-3cbd-499a-8466-867ff8553ad0", "serviceDescription": "service", "serviceInvariantUUID": "3f15c70c-855f-4956-8ed8-90ecc601e065", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "df201fd9-b7d0-4b9a-9413-76d621a9cc63", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8bc58df7-cd8a-4310-9d57-b9704c699966", "resourceInvariantUUID": "abef181a-b271-4889-9674-89e5ba82bedd", "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": "OTg2ZjhhNzNkOTRmNmZkZTdjNDYwNjYyODM4YzlhZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef732a63-6ebd-46ac-a4ad-608865efda09", "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": "a34dd8a3-223c-4878-be8b-1a51284b475f", "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": "c4d08f7d-aae9-4073-bacd-e0326487bbdd", "generatedFromUUID": "a34dd8a3-223c-4878-be8b-1a51284b475f" }, "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": "c4d08f7d-aae9-4073-bacd-e0326487bbdd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjQzOGViZDE1Yjg2NTU4ZTEwYjNiYmU3ZmY4OTYzMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2072ffe5-d354-422c-9dcc-644a094a906e" } ], "workloadContext": "Production" } 2022-06-01T06:31:55.550Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:31:55.550Z|7c70d80d-3cd0-44cf-985b-57f6d5c41c09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 acd25afa-3cbd-499a-8466-867ff8553ad0 ASDC 2022-06-01T06:31:55.551Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6acb6c98-c183-45a2-8f88-230895daa87e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:acd25afa-3cbd-499a-8466-867ff8553ad0 ServiceInvariantUUID:3f15c70c-855f-4956-8ed8-90ecc601e065 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:2072ffe5-d354-422c-9dcc-644a094a906e ArtifactChecksum:YjQzOGViZDE1Yjg2NTU4ZTEwYjNiYmU3ZmY4OTYzMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:df201fd9-b7d0-4b9a-9413-76d621a9cc63 ResourceInvariantUUID:abef181a-b271-4889-9674-89e5ba82bedd ResourceName:basic_vm ResourceType:VF ResourceUUID:8bc58df7-cd8a-4310-9d57-b9704c699966 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:ef732a63-6ebd-46ac-a4ad-608865efda09 ArtifactChecksum:OTg2ZjhhNzNkOTRmNmZkZTdjNDYwNjYyODM4YzlhZmY= 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:a34dd8a3-223c-4878-be8b-1a51284b475f 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:c4d08f7d-aae9-4073-bacd-e0326487bbdd 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:c4d08f7d-aae9-4073-bacd-e0326487bbdd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:31:55.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acd25afa-3cbd-499a-8466-867ff8553ad0 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-06-01T06:31:55.602Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:31:55.603Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:31:55.604Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:31:55.604Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2072ffe5-d354-422c-9dcc-644a094a906e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-01T06:31:55.604Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:31:55.605Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-01T06:31:55.788Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:31:55.792Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2072ffe5-d354-422c-9dcc-644a094a906e 71051 2022-06-01T06:31:55.792Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-01T06:31:55.793Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-01T06:31:55.793Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:31:55.793Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:55.796Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:55.796Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065115792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:55.897Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:31:55.901Z||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-06-01T06:31:55.901Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:55.910Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:55.910Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:56.797Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:31:56.798Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:31:56.799Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2072ffe5-d354-422c-9dcc-644a094a906e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-01T06:31:56.799Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-01T06:31:56.800Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-01T06:31:56.800Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-01T06:31:56.964Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1659229929271886469/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-06-01T06:31:58.307Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:31:58.308Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:31:58.308Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-01T06:31:58.308Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-01T06:31:58.309Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.309Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.309Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.309Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.310Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.310Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.310Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.311Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.311Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.311Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:31:58.312Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.312Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.313Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:31:58.313Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:31:58.314Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:31:58.314Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.314Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.315Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:31:58.315Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:31:58.315Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:31:58.316Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.316Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.317Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.317Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-01T06:31:58.317Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-01T06:31:58.318Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-01T06:31:58.318Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-01T06:31:58.318Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:31:58.319Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:31:58.319Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.320Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:31:58.320Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.320Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:31:58.321Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:31:58.321Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.322Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:31:58.322Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:31:58.323Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.323Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:31:58.323Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:31:58.324Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.324Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-01T06:31:58.324Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-01T06:31:58.324Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:31:58.325Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c6729210-d5a8-4760-8f27-4d950a2efbe2 2022-06-01T06:31:58.325Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.325Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.325Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.325Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.326Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.326Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.326Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:31:58.326Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:31:58.326Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:acd25afa-3cbd-499a-8466-867ff8553ad0 Model Version:NULL Model InvariantUuid:3f15c70c-855f-4956-8ed8-90ecc601e065 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5542a7a9-8cde-4df9-91ac-70689dfba439 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:abef181a-b271-4889-9674-89e5ba82bedd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:df201fd9-b7d0-4b9a-9413-76d621a9cc63 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:aafe43e2-f039-41cd-bba8-44c57e9581af ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:01ef17cc-f91e-4acd-a189-43fedea54db7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c6729210-d5a8-4760-8f27-4d950a2efbe2 ModelInvariantUuid:224a2d44-43fd-4046-b48c-1fc55e782e7c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:16a5e148-1d36-4377-9ba2-de1cdcae3427 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4e3b9dcb-514a-43da-870c-4bad6cd4f477 ModelInvariantUuid:9bf6e22d-b39c-4389-ae0c-aed9e50c35eb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:72d6cbde-96ee-4171-a3e0-cc40db66ca81 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-06-01T06:31:58.333Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8bc58df7-cd8a-4310-9d57-b9704c699966 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-06-01T06:31:58.340Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-06-01T06:31:58.340Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8bc58df7-cd8a-4310-9d57-b9704c699966 2022-06-01T06:31:58.340Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef732a63-6ebd-46ac-a4ad-608865efda09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-01T06:31:58.340Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:31:58.341Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.541Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:31:58.542Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ef732a63-6ebd-46ac-a4ad-608865efda09 787 2022-06-01T06:31:58.542Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.543Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:58.543Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:31:58.543Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:58.546Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:58.546Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065118542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:31:58.646Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-01T06:31:58.647Z||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-06-01T06:31:58.647Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:31:58.658Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:31:58.659Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:31:59.547Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "aafe43e2-f039-41cd-bba8-44c57e9581af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ef17cc-f91e-4acd-a189-43fedea54db7", "vfModuleModelCustomizationUUID": "6d48eb66-7f32-4ff1-96ca-2cf4ff16a9cd", "isBase": true, "artifacts": [ "a34dd8a3-223c-4878-be8b-1a51284b475f", "c4d08f7d-aae9-4073-bacd-e0326487bbdd" ], "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-06-01T06:31:59.556Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ef17cc-f91e-4acd-a189-43fedea54db7 VfModuleModelInvariantUUID:aafe43e2-f039-41cd-bba8-44c57e9581af VfModuleModelDescription:NULL Artifacts UUID List:{ a34dd8a3-223c-4878-be8b-1a51284b475f , c4d08f7d-aae9-4073-bacd-e0326487bbdd } 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-06-01T06:31:59.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "aafe43e2-f039-41cd-bba8-44c57e9581af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ef17cc-f91e-4acd-a189-43fedea54db7", "vfModuleModelCustomizationUUID": "6d48eb66-7f32-4ff1-96ca-2cf4ff16a9cd", "isBase": true, "artifacts": [ "a34dd8a3-223c-4878-be8b-1a51284b475f", "c4d08f7d-aae9-4073-bacd-e0326487bbdd" ], "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-06-01T06:31:59.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ef17cc-f91e-4acd-a189-43fedea54db7 VfModuleModelInvariantUUID:aafe43e2-f039-41cd-bba8-44c57e9581af VfModuleModelDescription:NULL Artifacts UUID List:{ a34dd8a3-223c-4878-be8b-1a51284b475f , c4d08f7d-aae9-4073-bacd-e0326487bbdd } 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-06-01T06:31:59.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a34dd8a3-223c-4878-be8b-1a51284b475f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-01T06:31:59.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:31:59.559Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:59.951Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:31:59.952Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a34dd8a3-223c-4878-be8b-1a51284b475f 5033 2022-06-01T06:31:59.952Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:59.952Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:31:59.952Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:31:59.952Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:31:59.959Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:31:59.959Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065119952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:00.062Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-01T06:32:00.063Z||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-06-01T06:32:00.063Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:00.072Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:00.072Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:00.960Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4d08f7d-aae9-4073-bacd-e0326487bbdd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-01T06:32:00.960Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:00.960Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:01.346Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:01.347Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c4d08f7d-aae9-4073-bacd-e0326487bbdd 903 2022-06-01T06:32:01.347Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:01.347Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:01.347Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:01.348Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:01.354Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:01.354Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065121347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:01.454Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:01.455Z||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-06-01T06:32:01.455Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:01.464Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:01.464Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:02.355Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: acd25afa-3cbd-499a-8466-867ff8553ad0 2022-06-01T06:32:02.355Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8bc58df7-cd8a-4310-9d57-b9704c699966 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-06-01T06:32:02.368Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a64e8ee, org.onap.sdc.toscaparser.api.parameters.Input@43b6a85, org.onap.sdc.toscaparser.api.parameters.Input@534b628a, org.onap.sdc.toscaparser.api.parameters.Input@42de7fda, org.onap.sdc.toscaparser.api.parameters.Input@7f40ccf7] 2022-06-01T06:32:02.370Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.370Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.371Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:32:02.371Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= df201fd9-b7d0-4b9a-9413-76d621a9cc63 2022-06-01T06:32:02.371Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df201fd9-b7d0-4b9a-9413-76d621a9cc63 matches Tosca VF Customization UUID: df201fd9-b7d0-4b9a-9413-76d621a9cc63 2022-06-01T06:32:02.371Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: df201fd9-b7d0-4b9a-9413-76d621a9cc63 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-06-01T06:32:02.374Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.374Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.375Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id df201fd9-b7d0-4b9a-9413-76d621a9cc63: {\"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-06-01T06:32:02.375Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19b60d0f 2022-06-01T06:32:02.375Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.375Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:32:02.375Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d48eb66-7f32-4ff1-96ca-2cf4ff16a9cd 2022-06-01T06:32:02.376Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d48eb66-7f32-4ff1-96ca-2cf4ff16a9cd 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-06-01T06:32:02.378Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.379Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:32:02.379Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:02.379Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.379Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:32:02.380Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:02.380Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.380Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-01T06:32:02.380Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-01T06:32:02.380Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:32:02.381Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c6729210-d5a8-4760-8f27-4d950a2efbe2 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-06-01T06:32:02.383Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.383Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:32:02.384Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:02.384Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.384Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-01T06:32:02.384Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=df201fd9-b7d0-4b9a-9413-76d621a9cc63 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-06-01T06:32:02.386Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.386Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.386Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid acd25afa-3cbd-499a-8466-867ff8553ad0: basic_vm 2022-06-01T06:32:02.386Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.387Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.387Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.387Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.387Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.387Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.388Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.388Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.388Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:02.388Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:02.388Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:02.478Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8bc58df7-cd8a-4310-9d57-b9704c699966 1 ASDC deployResourceStructure 2022-06-01T06:32:02.478Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:02.478Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:02.478Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:02.479Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:02.480Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:02.481Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065122478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:32:02.581Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:02.582Z||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-06-01T06:32:02.582Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:02.591Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:02.591Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:03.482Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:03.482Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:03.482Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:03.483Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:03.484Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:03.484Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065123481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:32:03.588Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-01T06:32:03.589Z||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-06-01T06:32:03.590Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:03.598Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:03.606Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:32:04.485Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:04.486Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:04.486Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:04.486Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:04.489Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:04.490Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065124485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-01T06:32:04.590Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:04.590Z||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-06-01T06:32:04.591Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:04.600Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:04.600Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:32:05.491Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-01T06:32:05.491Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-01T06:32:05.491Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:05.491Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:05.493Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:05.493Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065125490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:32:05.594Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:05.594Z||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-06-01T06:32:05.594Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:05.603Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:05.604Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:06.495Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6acb6c98-c183-45a2-8f88-230895daa87e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:32:06.506Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:32:06.509Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:32:06.510Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:32:06.510Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:32:06.510Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:32:06.511Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.511Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.511Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.511Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.511Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.512Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:32:06.512Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:06.518Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:32:36.518Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6acb6c98-c183-45a2-8f88-230895daa87e 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-06-01T06:32:36.524Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6acb6c98-c183-45a2-8f88-230895daa87e and serviceModelVersionId: acd25afa-3cbd-499a-8466-867ff8553ad0 2022-06-01T06:32:36.524Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f15c70c-855f-4956-8ed8-90ecc601e065 2022-06-01T06:32:36.526Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0 2022-06-01T06:32:36.530Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:32:36.570Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0|INFO|500||Invoke 2022-06-01T06:32:36.570Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6acb6c98-c183-45a2-8f88-230895daa87e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bcd906bf-06da-43de-a396-a76b2cd25bf0], X-ECOMP-RequestID=[6acb6c98-c183-45a2-8f88-230895daa87e], X-TransactionId=[], X-ONAP-RequestID=[6acb6c98-c183-45a2-8f88-230895daa87e], Content-Type=[application/merge-patch+json]} 2022-06-01T06:32:36.595Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:32:36.818Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?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/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:32:36:071-43589], vertex-id=[204840], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:32:36 GMT], Content-Type=[application/json]} 2022-06-01T06:32:36.819Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:32:36.819Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f15c70c-855f-4956-8ed8-90ecc601e065/model-vers/model-ver/acd25afa-3cbd-499a-8466-867ff8553ad0?depth=0|INFO|500||InvokeReturn 2022-06-01T06:32:36.820Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:32:36.822Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:36.827Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||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-06-01T06:32:36.827Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6acb6c98-c183-45a2-8f88-230895daa87e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:32:36.827Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:32:36.828Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:36.830Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:36.830Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065156827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:32:36.930Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:36.931Z||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-06-01T06:32:36.931Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:36.949Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:36.954Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 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-06-01T06:32:37.843Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:32:37.844Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"59f24f5d-5819-46eb-bb64-3587dd51d2b3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0854bf01-dc21-4364-bf96-c9a45214f42c","serviceDescription":"service","serviceInvariantUUID":"6d5de57c-b773-4d3f-a19b-55efa2ab1370","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac98cb1e-0651-449b-a7a1-60b17b5a67ed","resourceInvariantUUID":"04c642dc-801c-4c62-92c9-dfc0fbbaf190","resourceCustomizationUUID":"c8c514f8-306c-4df1-9338-11141f68e48c","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":"NmIwZDZiNjFhMDkxZGYyNjU0YWZmM2I4NmRkZWYwOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0f9ae75-6315-45db-baa7-d22b63e8479e","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":"69943e84-a7d8-4cea-ac3c-20ee5ea54ac5","artifactVersion":"2","generatedFromUUID":"8ec642e2-f0e4-4ef6-a575-cdeee3783ef1"},{"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":"8ec642e2-f0e4-4ef6-a575-cdeee3783ef1","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":"ZmY2ODE0ZDBjYWZhOGU4YmYxMjUzNjcwMzA5YTk5MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bbb58e5-3118-43c5-9ba7-8990164d35d2","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":"9d5868ad-5e2f-4d53-be91-fe3cfe2340c2","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":"0aaf22a3-e514-49e9-b345-be9421b5e755","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":"c566397d-5762-4c54-b008-74a87b11413b","artifactVersion":"2","generatedFromUUID":"9d5868ad-5e2f-4d53-be91-fe3cfe2340c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjI5NDQ5NzNmYjIxNGI1NDkxYzhlOGI3NDk2ZWIzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f678012-9b3d-4781-8e07-9f5cb380e62e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTA3ZTk0MDY0ZDM5M2UwZDFjZTdmMDdlYjdjNGQ4ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dae9b1f-eda6-4eeb-bef9-452a42886014","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:32:37.845Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:37.845Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:37.848Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:37.849Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:37.948Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:37.949Z||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-06-01T06:32:37.949Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:37.959Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:37.960Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:38.849Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:38.852Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:38.855Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:38.855Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-01T06:32:38.955Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:38.956Z||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-06-01T06:32:38.956Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:38.968Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:38.969Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:32:39.856Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:39.857Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:39.859Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:39.859Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-01T06:32:39.959Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:39.960Z||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-06-01T06:32:39.960Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:39.970Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:39.970Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:40.860Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:40.861Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:40.863Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:40.863Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:32:40.963Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:40.964Z||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-06-01T06:32:40.965Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:40.975Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:40.975Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:41.864Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:41.865Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:41.867Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:41.868Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-01T06:32:41.967Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:41.968Z||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-06-01T06:32:41.968Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:41.978Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:41.979Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:42.868Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:42.872Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:42.874Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:42.874Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:42.975Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:42.976Z||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-06-01T06:32:42.976Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:42.985Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:42.986Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:43.875Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:43.876Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:43.879Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:43.879Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-01T06:32:43.981Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-01T06:32:43.982Z||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-06-01T06:32:43.983Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:43.995Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:43.996Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:44.880Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:44.881Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:44.884Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:44.884Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:44.984Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:44.985Z||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-06-01T06:32:44.985Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:45.009Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:45.010Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:32:45.891Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:32:45.891Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:45.893Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:45.893Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:32:45.994Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:32:45.995Z||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-06-01T06:32:45.995Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:46.005Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:46.005Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:46.899Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0854bf01-dc21-4364-bf96-c9a45214f42c", "serviceDescription": "service", "serviceInvariantUUID": "6d5de57c-b773-4d3f-a19b-55efa2ab1370", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c8c514f8-306c-4df1-9338-11141f68e48c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ac98cb1e-0651-449b-a7a1-60b17b5a67ed", "resourceInvariantUUID": "04c642dc-801c-4c62-92c9-dfc0fbbaf190", "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": "69943e84-a7d8-4cea-ac3c-20ee5ea54ac5", "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": "8ec642e2-f0e4-4ef6-a575-cdeee3783ef1", "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": "ZmY2ODE0ZDBjYWZhOGU4YmYxMjUzNjcwMzA5YTk5MDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bbb58e5-3118-43c5-9ba7-8990164d35d2", "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": "9d5868ad-5e2f-4d53-be91-fe3cfe2340c2", "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": "c566397d-5762-4c54-b008-74a87b11413b", "generatedFromUUID": "9d5868ad-5e2f-4d53-be91-fe3cfe2340c2" }, "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": "c566397d-5762-4c54-b008-74a87b11413b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTA3ZTk0MDY0ZDM5M2UwZDFjZTdmMDdlYjdjNGQ4ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1dae9b1f-eda6-4eeb-bef9-452a42886014" } ], "workloadContext": "Production" } 2022-06-01T06:32:46.899Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:32:46.900Z|6acb6c98-c183-45a2-8f88-230895daa87e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0854bf01-dc21-4364-bf96-c9a45214f42c ASDC 2022-06-01T06:32:46.900Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:59f24f5d-5819-46eb-bb64-3587dd51d2b3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0854bf01-dc21-4364-bf96-c9a45214f42c ServiceInvariantUUID:6d5de57c-b773-4d3f-a19b-55efa2ab1370 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:1dae9b1f-eda6-4eeb-bef9-452a42886014 ArtifactChecksum:ZTA3ZTk0MDY0ZDM5M2UwZDFjZTdmMDdlYjdjNGQ4ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c8c514f8-306c-4df1-9338-11141f68e48c ResourceInvariantUUID:04c642dc-801c-4c62-92c9-dfc0fbbaf190 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ac98cb1e-0651-449b-a7a1-60b17b5a67ed 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:69943e84-a7d8-4cea-ac3c-20ee5ea54ac5 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:8ec642e2-f0e4-4ef6-a575-cdeee3783ef1 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:7bbb58e5-3118-43c5-9ba7-8990164d35d2 ArtifactChecksum:ZmY2ODE0ZDBjYWZhOGU4YmYxMjUzNjcwMzA5YTk5MDQ= 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:9d5868ad-5e2f-4d53-be91-fe3cfe2340c2 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:c566397d-5762-4c54-b008-74a87b11413b 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:c566397d-5762-4c54-b008-74a87b11413b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:32:46.900Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0854bf01-dc21-4364-bf96-c9a45214f42c 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-06-01T06:32:46.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:32:46.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:32:46.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:32:46.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1dae9b1f-eda6-4eeb-bef9-452a42886014 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-01T06:32:46.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:46.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-01T06:32:47.695Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:47.699Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1dae9b1f-eda6-4eeb-bef9-452a42886014 68950 2022-06-01T06:32:47.700Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-01T06:32:47.700Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-01T06:32:47.700Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:47.700Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:47.703Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:47.703Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065167699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:47.804Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:47.806Z||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-06-01T06:32:47.806Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:47.819Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:47.820Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:48.705Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:32:48.707Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-01T06:32:48.707Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1dae9b1f-eda6-4eeb-bef9-452a42886014, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-01T06:32:48.729Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-01T06:32:48.730Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-01T06:32:48.730Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-01T06:32:48.832Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1933200154532580302/Definitions/service-BasicCnf-template.yml 2022-06-01T06:32:49.926Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:49.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.929Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.930Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.931Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=14190da6-ef87-4769-99ac-3ebb48670dfe 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:49.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:49.934Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0854bf01-dc21-4364-bf96-c9a45214f42c Model Version:NULL Model InvariantUuid:6d5de57c-b773-4d3f-a19b-55efa2ab1370 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2daafdc7-8a22-4f7d-90f4-c0177db75df2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:04c642dc-801c-4c62-92c9-dfc0fbbaf190 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8c514f8-306c-4df1-9338-11141f68e48c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42527536-a937-4bc8-87f7-a804a04706dd ModelName:BasicCnf..base_dummy..module-0 ModelUuid:69c25e17-eabc-43b7-992c-9b0dba014980 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:14190da6-ef87-4769-99ac-3ebb48670dfe ModelInvariantUuid:d4274fff-520e-47b9-89e5-aac526ba8439 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d4c72041-766d-4739-9442-8e87ca1cd27a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:21001e2a-a455-4c77-a77f-67b59a5f979d ModelInvariantUuid:c0efa576-26b5-47ad-85a7-a18759aa99d2 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d52f70fc-050c-46b7-b64e-bf509ba5c9d2 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-06-01T06:32:49.941Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ac98cb1e-0651-449b-a7a1-60b17b5a67ed 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-06-01T06:32:49.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-06-01T06:32:49.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac98cb1e-0651-449b-a7a1-60b17b5a67ed 2022-06-01T06:32:49.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 69943e84-a7d8-4cea-ac3c-20ee5ea54ac5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-01T06:32:49.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:49.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:50.087Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:50.088Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 69943e84-a7d8-4cea-ac3c-20ee5ea54ac5 12 2022-06-01T06:32:50.088Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:50.088Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:50.088Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:50.088Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:50.090Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:50.090Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065170088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:50.190Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:50.191Z||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-06-01T06:32:50.191Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:50.202Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:50.203Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:51.091Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8ec642e2-f0e4-4ef6-a575-cdeee3783ef1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-01T06:32:51.092Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:51.092Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:51.296Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:51.297Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8ec642e2-f0e4-4ef6-a575-cdeee3783ef1 2688 2022-06-01T06:32:51.297Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:51.297Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:51.297Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:51.298Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:51.299Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:51.299Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065171297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:51.400Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:51.401Z||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-06-01T06:32:51.402Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:51.414Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:51.415Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:52.301Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7bbb58e5-3118-43c5-9ba7-8990164d35d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-01T06:32:52.301Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:52.302Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:52.494Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:52.495Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7bbb58e5-3118-43c5-9ba7-8990164d35d2 828 2022-06-01T06:32:52.495Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:52.495Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:52.496Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:52.496Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:52.499Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:52.499Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065172495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:52.599Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:52.600Z||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-06-01T06:32:52.600Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:52.610Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:52.611Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:32:53.383Z||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-06-01T06:32:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:53.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aedfdf0-952c-4a2a-bcc4-d73efce540ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065029887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:32:53.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:32:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/resourceInstances/pnf1e74b576819b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:32:53.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:32:53.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:32:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065043643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:53.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:32:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:32:53.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065045796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUcdy5xawx9zwbxvmjxuj/1.0/artifacts/service-DemoPnfUcdy5xawx9zwbxvmjxuj-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:32:53.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:32:53.499Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "42527536-a937-4bc8-87f7-a804a04706dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69c25e17-eabc-43b7-992c-9b0dba014980", "vfModuleModelCustomizationUUID": "52e708ff-d02a-4292-b099-43c4a5ce6c6f", "isBase": true, "artifacts": [ "8ec642e2-f0e4-4ef6-a575-cdeee3783ef1", "9d5868ad-5e2f-4d53-be91-fe3cfe2340c2", "c566397d-5762-4c54-b008-74a87b11413b" ], "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-06-01T06:32:53.502Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69c25e17-eabc-43b7-992c-9b0dba014980 VfModuleModelInvariantUUID:42527536-a937-4bc8-87f7-a804a04706dd VfModuleModelDescription:NULL Artifacts UUID List:{ 8ec642e2-f0e4-4ef6-a575-cdeee3783ef1 , 9d5868ad-5e2f-4d53-be91-fe3cfe2340c2 , c566397d-5762-4c54-b008-74a87b11413b } 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-06-01T06:32:53.505Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "42527536-a937-4bc8-87f7-a804a04706dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69c25e17-eabc-43b7-992c-9b0dba014980", "vfModuleModelCustomizationUUID": "52e708ff-d02a-4292-b099-43c4a5ce6c6f", "isBase": true, "artifacts": [ "8ec642e2-f0e4-4ef6-a575-cdeee3783ef1", "9d5868ad-5e2f-4d53-be91-fe3cfe2340c2", "c566397d-5762-4c54-b008-74a87b11413b" ], "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-06-01T06:32:53.505Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69c25e17-eabc-43b7-992c-9b0dba014980 VfModuleModelInvariantUUID:42527536-a937-4bc8-87f7-a804a04706dd VfModuleModelDescription:NULL Artifacts UUID List:{ 8ec642e2-f0e4-4ef6-a575-cdeee3783ef1 , 9d5868ad-5e2f-4d53-be91-fe3cfe2340c2 , c566397d-5762-4c54-b008-74a87b11413b } 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-06-01T06:32:53.505Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d5868ad-5e2f-4d53-be91-fe3cfe2340c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-01T06:32:53.505Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:53.505Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:53.690Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:53.690Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9d5868ad-5e2f-4d53-be91-fe3cfe2340c2 1164 2022-06-01T06:32:53.690Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:53.691Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:53.691Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:53.691Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:53.693Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:53.693Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065173690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:53.793Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:53.794Z||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-06-01T06:32:53.794Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:53.807Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:53.808Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:54.697Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c566397d-5762-4c54-b008-74a87b11413b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-01T06:32:54.701Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-01T06:32:54.701Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:54.893Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-01T06:32:54.894Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c566397d-5762-4c54-b008-74a87b11413b 200 2022-06-01T06:32:54.895Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:54.895Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:54.895Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:32:54.895Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:54.897Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:54.897Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065174894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:32:54.998Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:54.999Z||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-06-01T06:32:54.999Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:55.008Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:55.008Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:55.898Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0854bf01-dc21-4364-bf96-c9a45214f42c 2022-06-01T06:32:55.899Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ac98cb1e-0651-449b-a7a1-60b17b5a67ed ASDC 2022-06-01T06:32:55.914Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-06-01T06:32:55.926Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a35f025, org.onap.sdc.toscaparser.api.parameters.Input@434e54eb, org.onap.sdc.toscaparser.api.parameters.Input@3a87477d, org.onap.sdc.toscaparser.api.parameters.Input@2b9012cf, org.onap.sdc.toscaparser.api.parameters.Input@7ef16b40] 2022-06-01T06:32:55.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.927Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:32:55.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c8c514f8-306c-4df1-9338-11141f68e48c 2022-06-01T06:32:55.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8c514f8-306c-4df1-9338-11141f68e48c matches Tosca VF Customization UUID: c8c514f8-306c-4df1-9338-11141f68e48c 2022-06-01T06:32:55.928Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c8c514f8-306c-4df1-9338-11141f68e48c 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-06-01T06:32:55.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.932Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c8c514f8-306c-4df1-9338-11141f68e48c: {\"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-06-01T06:32:55.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64b8fe19 2022-06-01T06:32:55.933Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.934Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:32:55.934Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52e708ff-d02a-4292-b099-43c4a5ce6c6f 2022-06-01T06:32:55.934Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52e708ff-d02a-4292-b099-43c4a5ce6c6f 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-06-01T06:32:55.936Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.936Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:55.937Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:55.937Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.937Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:55.937Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:55.937Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.938Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-01T06:32:55.938Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-01T06:32:55.938Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=14190da6-ef87-4769-99ac-3ebb48670dfe 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-06-01T06:32:55.940Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.940Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:55.940Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:32:55.940Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.941Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-01T06:32:55.941Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c8c514f8-306c-4df1-9338-11141f68e48c 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-06-01T06:32:55.942Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0854bf01-dc21-4364-bf96-c9a45214f42c: basic_cnf 2022-06-01T06:32:55.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.943Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.944Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:32:55.945Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:32:55.945Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:55.999Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ac98cb1e-0651-449b-a7a1-60b17b5a67ed 1 ASDC deployResourceStructure 2022-06-01T06:32:56.000Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:56.000Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:56.001Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-01T06:32:56.001Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:56.003Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:56.003Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065176000, "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-06-01T06:32:56.103Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:56.104Z||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-06-01T06:32:56.105Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:56.115Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:56.115Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:57.005Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:57.006Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:57.006Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-01T06:32:57.006Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:57.009Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:57.009Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065177005, "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-06-01T06:32:57.109Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:57.110Z||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-06-01T06:32:57.110Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:57.119Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:57.120Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:58.010Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:58.010Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:58.011Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:58.011Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:58.013Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:58.013Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065178010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:32:58.114Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:32:58.115Z||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-06-01T06:32:58.115Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:58.128Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:58.129Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:32:59.020Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:59.021Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:32:59.021Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:32:59.021Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:32:59.024Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:32:59.024Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065179020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:32:59.124Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:32:59.125Z||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-06-01T06:32:59.125Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:32:59.138Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:32:59.139Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:33:00.025Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:33:00.026Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:33:00.026Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:33:00.026Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:33:00.028Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:33:00.028Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065180025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-01T06:33:00.130Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:33:00.131Z||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-06-01T06:33:00.132Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:00.145Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:00.145Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:33:01.030Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-01T06:33:01.030Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-01T06:33:01.030Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:33:01.030Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:33:01.032Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:33:01.033Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065181030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:33:01.133Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:33:01.134Z||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-06-01T06:33:01.134Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:01.145Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:01.145Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:33:02.033Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f24f5d-5819-46eb-bb64-3587dd51d2b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:33:02.051Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.062Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.063Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.063Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.063Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:33:02.063Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:33:02.076Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:33:32.076Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59f24f5d-5819-46eb-bb64-3587dd51d2b3 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-06-01T06:33:32.085Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59f24f5d-5819-46eb-bb64-3587dd51d2b3 and serviceModelVersionId: 0854bf01-dc21-4364-bf96-c9a45214f42c 2022-06-01T06:33:32.085Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d5de57c-b773-4d3f-a19b-55efa2ab1370 2022-06-01T06:33:32.086Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?depth=0 2022-06-01T06:33:32.090Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:33:32.179Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?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-06-01T06:33:32.184Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?depth=0|INFO|500||Invoke 2022-06-01T06:33:32.204Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:33:32.447Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?depth=0|INFO|500||InvokeReturn 2022-06-01T06:33:32.447Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5de57c-b773-4d3f-a19b-55efa2ab1370/model-vers/model-ver/0854bf01-dc21-4364-bf96-c9a45214f42c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:33:31:677-31422], vertex-id=[241688], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:33:31 GMT], Content-Type=[application/json]} 2022-06-01T06:33:32.447Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:33:32.447Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:33:32.454Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:33:32.458Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||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-06-01T06:33:32.459Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59f24f5d-5819-46eb-bb64-3587dd51d2b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:33:32.459Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:33:32.460Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:33:32.467Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:33:32.467Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065212459, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:33:32.567Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:33:32.568Z||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-06-01T06:33:32.568Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:32.583Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:32.584Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-01T06:33:33.480Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:33:33.482Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:33:33.482Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:43.745Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:43.746Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:33:43.747Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:33:43.747Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:53.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:53.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:33:53.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:33:53.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:33:53.383Z||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-06-01T06:33:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:33:53.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:33:53.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c70d80d-3cd0-44cf-985b-57f6d5c41c09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065107493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:33:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:33:53.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:33:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:33:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:33:53.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:02.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:34:02.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:34:02.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:34:02.831Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:34:12.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:34:12.371Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:34:12.371Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:34:12.372Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:34:21.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:34:21.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:34:21.916Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:34:21.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:34:31.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:34:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:34:53.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:34:53.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:34:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:34:53.383Z||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-06-01T06:34:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:34:53.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:34:53.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:34:53.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065115792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065118542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065119952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065121347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065122478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065123481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065124485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065125490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6acb6c98-c183-45a2-8f88-230895daa87e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065156827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:34:53.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:34:53.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065030935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065167699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065170088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065171297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:34:53.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-01T06:34:53.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065172495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:34:53.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:02.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:35:53.380Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:35:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:35:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:35:53.382Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:35:53.383Z||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-06-01T06:35:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:35:53.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:35:53.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065173690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:35:53.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065174894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:35:53.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065176000, "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-06-01T06:35:53.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065177005, "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-06-01T06:35:53.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065178010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:35:53.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065179020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:35:53.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065180025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-01T06:35:53.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065181030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "59f24f5d-5819-46eb-bb64-3587dd51d2b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065212459, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:35:53.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:36:02.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:36:53.380Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:36:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:36:53.382Z||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-06-01T06:36:53.382Z||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-06-01T06:36:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:36:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:02.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:02.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:53.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:37:53.380Z||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-06-01T06:37:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:37:53.383Z||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-06-01T06:37:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:54.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:54.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:54.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5877c265-ff21-4061-9947-7ab401dbf323","serviceName":"Demo_pNF_DFUN7pzkLzyrFMAwykYF","serviceVersion":"1.0","serviceUUID":"8b161e04-3f3d-4952-8e5d-c09bb4b18507","serviceDescription":"catalog service description","serviceInvariantUUID":"0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9","resources":[{"resourceInstanceName":"pNF 11185e21-da84 0","resourceName":"pNF 11185e21-da84","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af036529-d480-45a0-9435-2313fd2d2a98","resourceInvariantUUID":"63b5f459-981f-44c6-9d2c-8c40254b41d7","resourceCustomizationUUID":"2d750f0a-acfa-4a11-a74e-838f7d1154e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml","artifactChecksum":"ZDI5OTBiZDQ1NDhmYzA5YjdiOTY3MzE2NTRjM2FhMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"856134a6-52d2-4730-bfae-4768a7c6069d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar","artifactChecksum":"MzE3OGQ5NjkwZDBiYzcxNWVjYzE4MDI4NDQzZTQyZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15b405f6-6668-41e8-a1f0-37e196992dac","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc54a4a7-dc2a-40d2-89cf-bfabc0c3f580","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE1ZGUzYmJiYWUxMDVhMjQ4OGYzZmEwNDBlYmMyYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4042ce0c-409a-4b14-8181-c86a47773c44","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"574063e1-2882-4e2e-be4d-79b461a41501","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e27ac98a-4c55-4b8e-9a56-ee3d948ea9dc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDfun7pzklzyrfmawykyf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml","artifactChecksum":"OTU0NTlkYmNkNmY3ZmE3ZmRlNzdhNmY5ZmEzNzRjYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e055443-8557-457d-a5b3-bdf614c34a5a","artifactVersion":"1"},{"artifactName":"service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar","artifactChecksum":"N2IxNDE3ZWRmNjY5NjQxZjFiMzBlOGEzYjQ4YjRjOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c16a08b-95ee-44ae-a593-42ce05888454","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:37:54.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.016Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:54.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:54.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:54.021Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065427277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065423981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065427187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065436914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065436599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "multicloud-k8s-id", "timestamp": 1654065429277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065437605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "cds", "timestamp": 1654065437920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-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-06-01T06:37:54.082Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.082Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:54.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-01T06:37:54.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "policy-id", "timestamp": 1654065438609, "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-06-01T06:37:54.100Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.100Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:54.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065432028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065440879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065441898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "ves-openapi-manager", "timestamp": 1654065442901, "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-06-01T06:37:54.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:54.122Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:37:54.123Z||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-06-01T06:37:54.123Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:54.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065447458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065450463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:37:54.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "clamp", "timestamp": 1654065451469, "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-06-01T06:37:54.138Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:54.138Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:37:54.142Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.142Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:54.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:54.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065444369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065446018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:37:54.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:37:54.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065453353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065454828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:37:54.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065455051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:37:54.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065456055, "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-06-01T06:37:54.168Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.169Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:54.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065464450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:37:54.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:37:54.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:37:54.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "aai-ml", "timestamp": 1654065465454, "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-06-01T06:37:54.189Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5877c265-ff21-4061-9947-7ab401dbf323 2022-06-01T06:37:54.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:37:55.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:55.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:55.025Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:55.025Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:55.125Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:37:55.126Z||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-06-01T06:37:55.127Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:55.138Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:55.139Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:37:56.026Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:56.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:56.030Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:56.030Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:56.130Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:37:56.131Z||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-06-01T06:37:56.131Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:56.142Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:56.142Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:37:57.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:57.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:57.033Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:57.033Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:57.133Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:37:57.134Z||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-06-01T06:37:57.135Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:57.146Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:57.146Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:37:58.035Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:58.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:58.039Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:58.039Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:58.139Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:37:58.140Z||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-06-01T06:37:58.140Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:58.149Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:58.150Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:37:59.043Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:37:59.045Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:37:59.051Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:37:59.052Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:37:59.153Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:37:59.154Z||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-06-01T06:37:59.154Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:37:59.167Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:37:59.167Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:38:00.056Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:38:00.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:38:00.061Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:38:00.062Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:38:00.160Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-01T06:38:00.161Z||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-06-01T06:38:00.162Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:00.172Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:00.173Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:38:01.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:38:01.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:38:01.068Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:38:01.068Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:38:01.167Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:38:01.168Z||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-06-01T06:38:01.168Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:01.179Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:01.182Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:38:02.069Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "serviceName": "Demo_pNF_DFUN7pzkLzyrFMAwykYF", "serviceVersion": "1.0", "serviceUUID": "8b161e04-3f3d-4952-8e5d-c09bb4b18507", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9", "resources": [ { "resourceInstanceName": "pNF 11185e21-da84 0", "resourceCustomizationUUID": "2d750f0a-acfa-4a11-a74e-838f7d1154e9", "resourceName": "pNF 11185e21-da84", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "af036529-d480-45a0-9435-2313fd2d2a98", "resourceInvariantUUID": "63b5f459-981f-44c6-9d2c-8c40254b41d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "artifactChecksum": "N2IxNDE3ZWRmNjY5NjQxZjFiMzBlOGEzYjQ4YjRjOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c16a08b-95ee-44ae-a593-42ce05888454" } ], "workloadContext": "Production" } 2022-06-01T06:38:02.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:38:02.070Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b161e04-3f3d-4952-8e5d-c09bb4b18507 ASDC 2022-06-01T06:38:02.071Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5877c265-ff21-4061-9947-7ab401dbf323 ServiceName:Demo_pNF_DFUN7pzkLzyrFMAwykYF ServiceVersion:1.0 ServiceUUID:8b161e04-3f3d-4952-8e5d-c09bb4b18507 ServiceInvariantUUID:0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar ArtifactUUID:2c16a08b-95ee-44ae-a593-42ce05888454 ArtifactChecksum:N2IxNDE3ZWRmNjY5NjQxZjFiMzBlOGEzYjQ4YjRjOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 11185e21-da84 0 ResourceCustomizationUUID:2d750f0a-acfa-4a11-a74e-838f7d1154e9 ResourceInvariantUUID:63b5f459-981f-44c6-9d2c-8c40254b41d7 ResourceName:pNF 11185e21-da84 ResourceType:PNF ResourceUUID:af036529-d480-45a0-9435-2313fd2d2a98 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-01T06:38:02.072Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b161e04-3f3d-4952-8e5d-c09bb4b18507 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-06-01T06:38:02.122Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:38:02.123Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:38:02.123Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:38:02.124Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c16a08b-95ee-44ae-a593-42ce05888454 from URL: /sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:02.124Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-01T06:38:02.124Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:02.251Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-01T06:38:02.257Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2c16a08b-95ee-44ae-a593-42ce05888454 82643 2022-06-01T06:38:02.258Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar ASDC sendASDCNotification 2022-06-01T06:38:02.258Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:02.258Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:38:02.259Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:38:02.261Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:38:02.261Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065482258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:38:02.361Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:38:02.362Z||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-06-01T06:38:02.362Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:02.372Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:02.373Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:38:03.262Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:38:03.263Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:38:03.264Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2c16a08b-95ee-44ae-a593-42ce05888454, URL: /sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar to file: /app/ASDC/1/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:03.265Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:03.266Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:03.266Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:03.470Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10757398423911430446/Definitions/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml 2022-06-01T06:38:04.389Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:38:04.389Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.390Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.391Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 11185e21-da84 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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.391Z|5877c265-ff21-4061-9947-7ab401dbf323|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-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.391Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:38:04.391Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.391Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.392Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Node template pNF 11185e21-da84 0 is matching search criteria 2022-06-01T06:38:04.392Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:38:04.393Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 11185e21-da84 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:38:04.393Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.393Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.393Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Node template pNF 11185e21-da84 0 is matching search criteria 2022-06-01T06:38:04.393Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:38:04.394Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 11185e21-da84 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:38:04.394Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.394Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.394Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.394Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.395Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.395Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.395Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.395Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.396Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.396Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.396Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_DFUN7pzkLzyrFMAwykYF Description:catalog service description Model UUID:8b161e04-3f3d-4952-8e5d-c09bb4b18507 Model Version:NULL Model InvariantUuid:0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9 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-06-01T06:38:04.404Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: af036529-d480-45a0-9435-2313fd2d2a98 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-06-01T06:38:04.408Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||pNF 11185e21-da84 0 2022-06-01T06:38:04.408Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af036529-d480-45a0-9435-2313fd2d2a98 2022-06-01T06:38:04.408Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 8b161e04-3f3d-4952-8e5d-c09bb4b18507 2022-06-01T06:38:04.408Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8b161e04-3f3d-4952-8e5d-c09bb4b18507 2022-06-01T06:38:04.409Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 11185e21-da84 0 af036529-d480-45a0-9435-2313fd2d2a98 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-06-01T06:38:04.415Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34b5bbbd, org.onap.sdc.toscaparser.api.parameters.Input@3ee5244e, org.onap.sdc.toscaparser.api.parameters.Input@743f7a27, org.onap.sdc.toscaparser.api.parameters.Input@69c0c8ee, org.onap.sdc.toscaparser.api.parameters.Input@70b1ee38] 2022-06-01T06:38:04.416Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.416Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.417Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8b161e04-3f3d-4952-8e5d-c09bb4b18507: pNF 11185e21-da84 2022-06-01T06:38:04.417Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Processing PNF resource: af036529-d480-45a0-9435-2313fd2d2a98 2022-06-01T06:38:04.417Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:38:04.417Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DFUN7pzkLzyrFMAwykYF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:38:04.418Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2d750f0a-acfa-4a11-a74e-838f7d1154e9 is the same as notified resource customizationUUID: 2d750f0a-acfa-4a11-a74e-838f7d1154e9 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-06-01T06:38:04.467Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 11185e21-da84 af036529-d480-45a0-9435-2313fd2d2a98 0 ASDC deployResourceStructure 2022-06-01T06:38:04.467Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar ASDC sendASDCNotification 2022-06-01T06:38:04.467Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar 2022-06-01T06:38:04.468Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:38:04.468Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:38:04.470Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:38:04.470Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065484467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:38:04.570Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:38:04.571Z||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-06-01T06:38:04.571Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:04.586Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:04.587Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:38:05.471Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5877c265-ff21-4061-9947-7ab401dbf323 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:38:05.482Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.484Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.485Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.485Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.485Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.485Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:38:05.485Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:38:05.490Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:38:35.493Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5877c265-ff21-4061-9947-7ab401dbf323 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-06-01T06:38:35.514Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5877c265-ff21-4061-9947-7ab401dbf323 and serviceModelVersionId: 8b161e04-3f3d-4952-8e5d-c09bb4b18507 2022-06-01T06:38:35.515Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9 2022-06-01T06:38:35.515Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0 2022-06-01T06:38:35.520Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:38:35.593Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0|INFO|500||Invoke 2022-06-01T06:38:35.593Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5877c265-ff21-4061-9947-7ab401dbf323], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d38b2459-19df-40df-a2fc-839f23f57f1c], X-ECOMP-RequestID=[5877c265-ff21-4061-9947-7ab401dbf323], X-TransactionId=[], X-ONAP-RequestID=[5877c265-ff21-4061-9947-7ab401dbf323], Content-Type=[application/merge-patch+json]} 2022-06-01T06:38:35.616Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:38:36.061Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?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/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220601-06:38:35:088-60374], vertex-id=[168096], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:38:35 GMT], Content-Type=[application/json]} 2022-06-01T06:38:36.062Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:38:36.063Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d38ceb6-5fdd-4ce9-8bd8-c87b31eff8c9/model-vers/model-ver/8b161e04-3f3d-4952-8e5d-c09bb4b18507?depth=0|INFO|500||InvokeReturn 2022-06-01T06:38:36.064Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:38:36.070Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:38:36.074Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:38:36.075Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5877c265-ff21-4061-9947-7ab401dbf323 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:38:36.075Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:38:36.076Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:38:36.078Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:38:36.078Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065516075, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:38:36.181Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-01T06:38:36.182Z||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-06-01T06:38:36.183Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:36.196Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:36.197Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-01T06:38:53.379Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:38:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:38:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:38:53.383Z||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-06-01T06:38:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:38:53.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:38:53.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:38:53.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:38:53.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:02.927Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:39:53.379Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:39:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:39:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:39:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:39:53.383Z||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-06-01T06:39:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:39:53.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:39:53.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/resourceInstances/pnf11185e21da840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065473379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065482258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065484467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDfun7pzklzyrfmawykyf/1.0/artifacts/service-DemoPnfDfun7pzklzyrfmawykyf-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:39:53.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:39:53.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:39:53.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5877c265-ff21-4061-9947-7ab401dbf323", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065516075, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:39:53.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:02.924Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:53.379Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:40:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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-06-01T06:40:53.380Z|5877c265-ff21-4061-9947-7ab401dbf323|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:40:53.384Z||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-06-01T06:40:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:53.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:53.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-01T06:40:53.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065637277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065637189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:40:53.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065632028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065648665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:40:53.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065649804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:40:53.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "cds", "timestamp": 1654065650809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-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-06-01T06:40:53.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:40:53.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:40:53.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065649681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:40:53.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:53.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "ves-openapi-manager", "timestamp": 1654065650684, "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-06-01T06:40:53.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:40:53.576Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:40:53.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065643981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:40:53.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:53.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:40:53.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065651550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:40:53.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:53.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:40:53.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065652801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:40:53.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:40:54.009Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:54.010Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-01T06:40:54.010Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee2e4438-3e82-4fea-b602-6977a72e2d04","serviceName":"Demo_pNF_QQJNH6zksZc7AsCkxjmA","serviceVersion":"1.0","serviceUUID":"73f3f2a3-87a0-482c-a246-546c2054fc97","serviceDescription":"catalog service description","serviceInvariantUUID":"618f0842-7077-450f-aed0-72b9c74bbf51","resources":[{"resourceInstanceName":"pNF 3975ebf7-61d6 0","resourceName":"pNF 3975ebf7-61d6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f259a8a8-1b3b-417e-850d-939813efad3e","resourceInvariantUUID":"32229e5e-9d24-46e7-9751-6fc0d7d880d6","resourceCustomizationUUID":"ea4f88d8-b207-42f5-85c4-5ef315112b73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml","artifactChecksum":"MGFlYTM3NGY2MGUzMWJiOTFjZTEzMGEwMTI4MzRkNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2f19bb3-5fde-4d94-b1dd-e93c612d621d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar","artifactChecksum":"MzE3OGQ5NjkwZDBiYzcxNWVjYzE4MDI4NDQzZTQyZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d35214f8-0755-4e66-8d65-d51711ad29ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1aa3716a-b0e8-45eb-b07d-9c72828c600a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml","artifactChecksum":"OTAyYTBiNWRkMDI0MzYzNGFmM2JjNzA1ZmY1YzkzZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aec35e8c-83d6-4ed7-8ce8-6eed5ddd78eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11d431d3-b8dd-4389-a284-cb3e8244d872","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c83375a7-259d-490f-92ec-e679baf7d18f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQqjnh6zkszc7asckxjma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml","artifactChecksum":"YzM4MjRhZTlhMDIzMDEwMTQ1Y2JmMjE5YzlkMTNlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"699f4b7c-f729-467c-a5e2-42ff8e266f4f","artifactVersion":"1"},{"artifactName":"service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar","artifactChecksum":"OGRlNzc1ODZjYjk4YTMyZGI0Y2VlMmRjNzNhMDY5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2c207f9-ab44-4c34-862a-b6395ee24fc4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:40:54.012Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:54.013Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:54.015Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:54.015Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:54.115Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:40:54.116Z||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-06-01T06:40:54.117Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:54.127Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:54.128Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:40:55.015Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:55.016Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:55.018Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:55.018Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:55.119Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:40:55.121Z||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-06-01T06:40:55.121Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:55.131Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:55.132Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:40:56.019Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:56.019Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:56.021Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:56.021Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:56.122Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:40:56.123Z||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-06-01T06:40:56.124Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:56.133Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:56.133Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:40:57.022Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:57.022Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:57.024Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:57.024Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:57.124Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:40:57.125Z||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-06-01T06:40:57.125Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:57.146Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:57.150Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:40:58.025Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:58.026Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:58.028Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:58.028Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:58.128Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:40:58.129Z||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-06-01T06:40:58.129Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:58.138Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:58.141Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:40:59.029Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:40:59.029Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:40:59.031Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:40:59.031Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:40:59.131Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:40:59.133Z||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-06-01T06:40:59.133Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:40:59.145Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:40:59.147Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:41:00.032Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:41:00.032Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:41:00.034Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:41:00.034Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:41:00.135Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:41:00.136Z||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-06-01T06:41:00.136Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:41:00.145Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:41:00.145Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:41:01.035Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:41:01.035Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:41:01.040Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:41:01.040Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:41:01.149Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-01T06:41:01.151Z||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-06-01T06:41:01.151Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:41:01.164Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:41:01.165Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:41:02.041Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "serviceName": "Demo_pNF_QQJNH6zksZc7AsCkxjmA", "serviceVersion": "1.0", "serviceUUID": "73f3f2a3-87a0-482c-a246-546c2054fc97", "serviceDescription": "catalog service description", "serviceInvariantUUID": "618f0842-7077-450f-aed0-72b9c74bbf51", "resources": [ { "resourceInstanceName": "pNF 3975ebf7-61d6 0", "resourceCustomizationUUID": "ea4f88d8-b207-42f5-85c4-5ef315112b73", "resourceName": "pNF 3975ebf7-61d6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f259a8a8-1b3b-417e-850d-939813efad3e", "resourceInvariantUUID": "32229e5e-9d24-46e7-9751-6fc0d7d880d6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "artifactChecksum": "OGRlNzc1ODZjYjk4YTMyZGI0Y2VlMmRjNzNhMDY5MjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f2c207f9-ab44-4c34-862a-b6395ee24fc4" } ], "workloadContext": "Production" } 2022-06-01T06:41:02.042Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:41:02.042Z|5877c265-ff21-4061-9947-7ab401dbf323|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f3f2a3-87a0-482c-a246-546c2054fc97 ASDC 2022-06-01T06:41:02.043Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ee2e4438-3e82-4fea-b602-6977a72e2d04 ServiceName:Demo_pNF_QQJNH6zksZc7AsCkxjmA ServiceVersion:1.0 ServiceUUID:73f3f2a3-87a0-482c-a246-546c2054fc97 ServiceInvariantUUID:618f0842-7077-450f-aed0-72b9c74bbf51 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar ArtifactUUID:f2c207f9-ab44-4c34-862a-b6395ee24fc4 ArtifactChecksum:OGRlNzc1ODZjYjk4YTMyZGI0Y2VlMmRjNzNhMDY5MjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3975ebf7-61d6 0 ResourceCustomizationUUID:ea4f88d8-b207-42f5-85c4-5ef315112b73 ResourceInvariantUUID:32229e5e-9d24-46e7-9751-6fc0d7d880d6 ResourceName:pNF 3975ebf7-61d6 ResourceType:PNF ResourceUUID:f259a8a8-1b3b-417e-850d-939813efad3e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-01T06:41:02.043Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f3f2a3-87a0-482c-a246-546c2054fc97 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-06-01T06:41:02.085Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:41:02.086Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:41:02.086Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:41:02.086Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2c207f9-ab44-4c34-862a-b6395ee24fc4 from URL: /sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:02.086Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-01T06:41:02.087Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:02.546Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-01T06:41:02.549Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar f2c207f9-ab44-4c34-862a-b6395ee24fc4 82653 2022-06-01T06:41:02.553Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar ASDC sendASDCNotification 2022-06-01T06:41:02.554Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:02.554Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:41:02.554Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:41:02.560Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:41:02.560Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065662553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:41:02.656Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-01T06:41:02.657Z||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-06-01T06:41:02.657Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:41:02.667Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:41:02.667Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:41:03.561Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:41:03.562Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:41:03.562Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f2c207f9-ab44-4c34-862a-b6395ee24fc4, URL: /sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar to file: /app/ASDC/1/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:03.563Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:03.563Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:03.563Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:03.686Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8779005485455474984/Definitions/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml 2022-06-01T06:41:04.358Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3975ebf7-61d6 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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:41:04.359Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Node template pNF 3975ebf7-61d6 0 is matching search criteria 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3975ebf7-61d6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.360Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Node template pNF 3975ebf7-61d6 0 is matching search criteria 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3975ebf7-61d6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.361Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.362Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.362Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.362Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_QQJNH6zksZc7AsCkxjmA Description:catalog service description Model UUID:73f3f2a3-87a0-482c-a246-546c2054fc97 Model Version:NULL Model InvariantUuid:618f0842-7077-450f-aed0-72b9c74bbf51 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-06-01T06:41:04.367Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f259a8a8-1b3b-417e-850d-939813efad3e 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-06-01T06:41:04.369Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||pNF 3975ebf7-61d6 0 2022-06-01T06:41:04.369Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f259a8a8-1b3b-417e-850d-939813efad3e 2022-06-01T06:41:04.369Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 73f3f2a3-87a0-482c-a246-546c2054fc97 2022-06-01T06:41:04.370Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73f3f2a3-87a0-482c-a246-546c2054fc97 2022-06-01T06:41:04.370Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3975ebf7-61d6 0 f259a8a8-1b3b-417e-850d-939813efad3e 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-06-01T06:41:04.374Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191967a6, org.onap.sdc.toscaparser.api.parameters.Input@56c2e4e6, org.onap.sdc.toscaparser.api.parameters.Input@6995152b, org.onap.sdc.toscaparser.api.parameters.Input@494b16ba, org.onap.sdc.toscaparser.api.parameters.Input@1bbd7c62] 2022-06-01T06:41:04.374Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.374Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.374Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73f3f2a3-87a0-482c-a246-546c2054fc97: pNF 3975ebf7-61d6 2022-06-01T06:41:04.374Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Processing PNF resource: f259a8a8-1b3b-417e-850d-939813efad3e 2022-06-01T06:41:04.375Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:41:04.375Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QQJNH6zksZc7AsCkxjmA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:41:04.375Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||Resource customization UUID: ea4f88d8-b207-42f5-85c4-5ef315112b73 is the same as notified resource customizationUUID: ea4f88d8-b207-42f5-85c4-5ef315112b73 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-06-01T06:41:04.427Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3975ebf7-61d6 f259a8a8-1b3b-417e-850d-939813efad3e 0 ASDC deployResourceStructure 2022-06-01T06:41:04.427Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar ASDC sendASDCNotification 2022-06-01T06:41:04.428Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar 2022-06-01T06:41:04.428Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:41:04.428Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:41:04.430Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:41:04.430Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065664427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:41:04.530Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:41:04.531Z||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-06-01T06:41:04.531Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:41:04.548Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:41:04.549Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:41:05.431Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:41:05.454Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:41:05.456Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:41:05.456Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:41:05.456Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:41:35.456Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:41:35.465Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:41:35.467Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:41:35.467Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:41:35.467Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:41:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:41:53.384Z||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-06-01T06:41:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:41:53.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:41:53.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:41:53.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:41:53.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:05.471Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:42:05.489Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:42:05.491Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:42:05.491Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:42:05.492Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:42:35.492Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:42:35.502Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:42:35.504Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:42:35.504Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:42:35.504Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:42:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:42:53.384Z||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-06-01T06:42:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:42:53.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:42:53.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065653806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065653515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "policy-id", "timestamp": 1654065654822, "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-06-01T06:42:53.920Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:42:53.921Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:42:53.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "clamp", "timestamp": 1654065654526, "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-06-01T06:42:53.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:42:53.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:42:53.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "multicloud-k8s-id", "timestamp": 1654065649277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065653379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/resourceInstances/pnf3975ebf761d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065662553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065654369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065656018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065664427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065663431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:42:53.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065664833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065665069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654065666074, "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-06-01T06:42:53.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:42:53.961Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:42:53.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065673611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqjnh6zkszc7asckxjma/1.0/artifacts/service-DemoPnfQqjnh6zkszc7asckxjma-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:42:53.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:42:53.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:42:53.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "aai-ml", "timestamp": 1654065674615, "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-06-01T06:42:53.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee2e4438-3e82-4fea-b602-6977a72e2d04 2022-06-01T06:42:53.976Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:43:05.505Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:43:05.515Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:43:05.517Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:43:05.517Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.518Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:43:05.519Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:05.523Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:43:35.524Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 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-06-01T06:43:35.531Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee2e4438-3e82-4fea-b602-6977a72e2d04 and serviceModelVersionId: 73f3f2a3-87a0-482c-a246-546c2054fc97 2022-06-01T06:43:35.531Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 618f0842-7077-450f-aed0-72b9c74bbf51 2022-06-01T06:43:35.533Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?depth=0 2022-06-01T06:43:35.547Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:43:35.602Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?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-06-01T06:43:35.605Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?depth=0|INFO|500||Invoke 2022-06-01T06:43:35.627Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:43:36.148Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?depth=0|INFO|500||InvokeReturn 2022-06-01T06:43:36.148Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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/618f0842-7077-450f-aed0-72b9c74bbf51/model-vers/model-ver/73f3f2a3-87a0-482c-a246-546c2054fc97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:43:35:100-37506], vertex-id=[233512], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:43:35 GMT], Content-Type=[application/json]} 2022-06-01T06:43:36.148Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:43:36.149Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:43:36.156Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:36.165Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:36.167Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee2e4438-3e82-4fea-b602-6977a72e2d04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:43:36.167Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:43:36.168Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:43:36.172Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:43:36.172Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065816167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:43:36.272Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:43:36.273Z||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-06-01T06:43:36.273Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:43:36.287Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:43:36.288Z||pool-126-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-06-01T06:43:37.206Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:43:37.207Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:37.207Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:43:47.453Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:43:47.457Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:43:47.457Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:47.458Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:43:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:43:53.383Z||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-06-01T06:43:53.384Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:43:54.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:43:54.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:43:54.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee2e4438-3e82-4fea-b602-6977a72e2d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654065816167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:43:54.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:43:56.995Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:43:56.995Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:43:56.996Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:43:56.996Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:44:06.533Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:44:53.379Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:44:53.380Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:44:53.380Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:44:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:44:53.382Z||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-06-01T06:44:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:45:02.933Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:45:02.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:45:53.380Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:45:53.382Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:45:53.382Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:45:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:45:53.383Z||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-06-01T06:45:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:02.936Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:02.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:53.379Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:46:53.380Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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-06-01T06:46:53.381Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:46:53.383Z||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-06-01T06:46:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:54.012Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:54.013Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.013Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e27c3a3-487b-4c90-890e-3718e922add3","serviceName":"Demo_pNF_dX4kX9sstwtBSwMimTHQ","serviceVersion":"1.0","serviceUUID":"b724df0a-d563-4f96-845c-812f379d9806","serviceDescription":"catalog service description","serviceInvariantUUID":"e49e2a74-9394-4141-b7e4-e73ceff3839b","resources":[{"resourceInstanceName":"pNF 93b8f52d-c705 0","resourceName":"pNF 93b8f52d-c705","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c8bf1a4-6c42-41d3-9def-a9b177f79df0","resourceInvariantUUID":"0d3b7776-d7d9-4fa2-8a0c-29329c26c9dd","resourceCustomizationUUID":"484017d5-f9e5-4d12-b884-9cf6bb96d8e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml","artifactChecksum":"MWYyOTMzZmZmZDk3NzE1NzM4YjNlYzc5NzgwNWMzOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22f1119a-6f6f-4363-922e-81443960e35e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar","artifactChecksum":"MzE3OGQ5NjkwZDBiYzcxNWVjYzE4MDI4NDQzZTQyZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5235025-0597-49e2-ae9b-df1d9b5bc5ea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b457d95-8fde-4fd9-8f57-ed3d887b1280","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml","artifactChecksum":"MWFkOWZjYzJlNTE2ZmE0OGIxYjU5YTlmMWI0OGYwZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30855dfa-1fd3-441f-b148-01cac748a4b1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c48abb58-bf39-4e86-ab02-3a6fd63e5c17","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1a34ffc-b650-4044-8412-5809b4342d0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDx4kx9sstwtbswmimthq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml","artifactChecksum":"ZTYyZDUxMDZiZTExYjkyZGQxZTRhMjNjNWI2MGQzZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67146577-cfec-40c8-aac7-ce306910a88a","artifactVersion":"1"},{"artifactName":"service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar","artifactChecksum":"Zjg2YjNmNzZlN2Y1MDZkODI1NDM1MTNhMjU4ZDU3NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02c8f157-0b65-4288-b373-1795d59e716a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:46:54.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.015Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.016Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.021Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-01T06:46:54.021Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654065992028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "multicloud-k8s-id", "timestamp": 1654065989278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:46:54.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654065997187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:46:54.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654065997277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:46:54.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654066006141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654066007378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:46:54.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654066007152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "cds", "timestamp": 1654066008384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-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-06-01T06:46:54.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:46:54.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:46:54.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "ves-openapi-manager", "timestamp": 1654066008154, "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-06-01T06:46:54.066Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:46:54.066Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:46:54.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066003980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:46:54.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066012816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:46:54.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:46:54.121Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:46:54.122Z||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-06-01T06:46:54.122Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:54.132Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:54.133Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:46:55.022Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:55.023Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:55.025Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:55.025Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:55.126Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:46:55.127Z||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-06-01T06:46:55.127Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:55.137Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:55.138Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:46:56.026Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:56.027Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:56.030Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:56.030Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:56.130Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:46:56.131Z||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-06-01T06:46:56.131Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:56.142Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:56.142Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:46:57.031Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:57.031Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:57.040Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:57.041Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:57.134Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-01T06:46:57.134Z||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-06-01T06:46:57.135Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:57.142Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:57.143Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:46:58.045Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:58.046Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:58.053Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:58.053Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:58.153Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:46:58.154Z||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-06-01T06:46:58.154Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:58.163Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:58.163Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:46:59.053Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:46:59.055Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:46:59.057Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:46:59.057Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:46:59.157Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:46:59.158Z||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-06-01T06:46:59.159Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:46:59.172Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:46:59.173Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:47:00.058Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:47:00.058Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:47:00.061Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:47:00.061Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:47:00.161Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:47:00.162Z||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-06-01T06:47:00.162Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:47:00.171Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:47:00.172Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:47:01.061Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:47:01.062Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:47:01.064Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:47:01.065Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:47:01.165Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:47:01.166Z||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-06-01T06:47:01.166Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:47:01.175Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:47:01.176Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:47:02.066Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "serviceName": "Demo_pNF_dX4kX9sstwtBSwMimTHQ", "serviceVersion": "1.0", "serviceUUID": "b724df0a-d563-4f96-845c-812f379d9806", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e49e2a74-9394-4141-b7e4-e73ceff3839b", "resources": [ { "resourceInstanceName": "pNF 93b8f52d-c705 0", "resourceCustomizationUUID": "484017d5-f9e5-4d12-b884-9cf6bb96d8e6", "resourceName": "pNF 93b8f52d-c705", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1c8bf1a4-6c42-41d3-9def-a9b177f79df0", "resourceInvariantUUID": "0d3b7776-d7d9-4fa2-8a0c-29329c26c9dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "artifactChecksum": "Zjg2YjNmNzZlN2Y1MDZkODI1NDM1MTNhMjU4ZDU3NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02c8f157-0b65-4288-b373-1795d59e716a" } ], "workloadContext": "Production" } 2022-06-01T06:47:02.066Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:47:02.067Z|ee2e4438-3e82-4fea-b602-6977a72e2d04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b724df0a-d563-4f96-845c-812f379d9806 ASDC 2022-06-01T06:47:02.068Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4e27c3a3-487b-4c90-890e-3718e922add3 ServiceName:Demo_pNF_dX4kX9sstwtBSwMimTHQ ServiceVersion:1.0 ServiceUUID:b724df0a-d563-4f96-845c-812f379d9806 ServiceInvariantUUID:e49e2a74-9394-4141-b7e4-e73ceff3839b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar ArtifactUUID:02c8f157-0b65-4288-b373-1795d59e716a ArtifactChecksum:Zjg2YjNmNzZlN2Y1MDZkODI1NDM1MTNhMjU4ZDU3NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 93b8f52d-c705 0 ResourceCustomizationUUID:484017d5-f9e5-4d12-b884-9cf6bb96d8e6 ResourceInvariantUUID:0d3b7776-d7d9-4fa2-8a0c-29329c26c9dd ResourceName:pNF 93b8f52d-c705 ResourceType:PNF ResourceUUID:1c8bf1a4-6c42-41d3-9def-a9b177f79df0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-01T06:47:02.068Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b724df0a-d563-4f96-845c-812f379d9806 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-06-01T06:47:02.104Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:47:02.105Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:47:02.105Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:47:02.105Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02c8f157-0b65-4288-b373-1795d59e716a from URL: /sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:02.106Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-01T06:47:02.106Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:02.357Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-01T06:47:02.363Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 02c8f157-0b65-4288-b373-1795d59e716a 82653 2022-06-01T06:47:02.363Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar ASDC sendASDCNotification 2022-06-01T06:47:02.363Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:02.363Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:47:02.364Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:47:02.366Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:47:02.366Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066022363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:47:02.468Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:47:02.469Z||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-06-01T06:47:02.469Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:47:02.479Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:47:02.480Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:47:03.368Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:47:03.369Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-01T06:47:03.369Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 02c8f157-0b65-4288-b373-1795d59e716a, URL: /sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar to file: /app/ASDC/1/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:03.369Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:03.370Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:03.370Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:03.536Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13355910168371883122/Definitions/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml 2022-06-01T06:47:04.420Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:47:04.420Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:47:04.420Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 93b8f52d-c705 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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.421Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-01T06:47:04.422Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.422Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.422Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Node template pNF 93b8f52d-c705 0 is matching search criteria 2022-06-01T06:47:04.422Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:47:04.423Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 93b8f52d-c705 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:47:04.423Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.423Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.423Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Node template pNF 93b8f52d-c705 0 is matching search criteria 2022-06-01T06:47:04.423Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 93b8f52d-c705 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.424Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.425Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.425Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.425Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.425Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_dX4kX9sstwtBSwMimTHQ Description:catalog service description Model UUID:b724df0a-d563-4f96-845c-812f379d9806 Model Version:NULL Model InvariantUuid:e49e2a74-9394-4141-b7e4-e73ceff3839b 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-06-01T06:47:04.433Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1c8bf1a4-6c42-41d3-9def-a9b177f79df0 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-06-01T06:47:04.436Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||pNF 93b8f52d-c705 0 2022-06-01T06:47:04.436Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c8bf1a4-6c42-41d3-9def-a9b177f79df0 2022-06-01T06:47:04.436Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b724df0a-d563-4f96-845c-812f379d9806 2022-06-01T06:47:04.437Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b724df0a-d563-4f96-845c-812f379d9806 2022-06-01T06:47:04.438Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 93b8f52d-c705 0 1c8bf1a4-6c42-41d3-9def-a9b177f79df0 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-06-01T06:47:04.464Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67ed6bfa, org.onap.sdc.toscaparser.api.parameters.Input@4f8e6681, org.onap.sdc.toscaparser.api.parameters.Input@4dfc87ec, org.onap.sdc.toscaparser.api.parameters.Input@41af84a5, org.onap.sdc.toscaparser.api.parameters.Input@4d9185d1] 2022-06-01T06:47:04.465Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.465Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.466Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b724df0a-d563-4f96-845c-812f379d9806: pNF 93b8f52d-c705 2022-06-01T06:47:04.466Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Processing PNF resource: 1c8bf1a4-6c42-41d3-9def-a9b177f79df0 2022-06-01T06:47:04.466Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:47:04.466Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dX4kX9sstwtBSwMimTHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:47:04.467Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||Resource customization UUID: 484017d5-f9e5-4d12-b884-9cf6bb96d8e6 is the same as notified resource customizationUUID: 484017d5-f9e5-4d12-b884-9cf6bb96d8e6 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-06-01T06:47:04.515Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 93b8f52d-c705 1c8bf1a4-6c42-41d3-9def-a9b177f79df0 0 ASDC deployResourceStructure 2022-06-01T06:47:04.515Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar ASDC sendASDCNotification 2022-06-01T06:47:04.516Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar 2022-06-01T06:47:04.516Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:47:04.516Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:47:04.518Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:47:04.519Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066024515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:47:04.619Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:47:04.620Z||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-06-01T06:47:04.620Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:47:04.629Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:47:04.630Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:47:05.520Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:47:05.531Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:47:05.533Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:47:05.534Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:47:05.534Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:47:35.534Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:47:35.545Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:47:35.548Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:47:35.548Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:47:35.549Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:47:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:47:53.383Z||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-06-01T06:47:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:47:53.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:47:53.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:47:53.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:47:53.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:05.549Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:48:05.567Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:48:05.570Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:48:05.570Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:48:05.570Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:48:35.570Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:48:35.580Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:48:35.582Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:48:35.582Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:48:35.582Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:48:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:48:53.383Z||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-06-01T06:48:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:48:53.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:48:53.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066013821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:48:53.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "policy-id", "timestamp": 1654066014825, "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-06-01T06:48:53.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:48:53.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:48:53.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654066016580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654066018590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "clamp", "timestamp": 1654066019594, "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-06-01T06:48:53.940Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:48:53.940Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:48:53.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066013379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:48:53.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/resourceInstances/pnf93b8f52dc7050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066022363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066014369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066016018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:48:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066023267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066024515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066024915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066024943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066025946, "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-06-01T06:48:53.956Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:48:53.956Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:48:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066033817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDx4kx9sstwtbswmimthq/1.0/artifacts/service-DemoPnfDx4kx9sstwtbswmimthq-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:48:53.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:48:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:48:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "aai-ml", "timestamp": 1654066034820, "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-06-01T06:48:53.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e27c3a3-487b-4c90-890e-3718e922add3 2022-06-01T06:48:53.968Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:49:05.582Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:49:05.594Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:49:05.597Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:49:05.597Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:49:05.597Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:49:05.597Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.598Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.599Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:49:05.599Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-06-01T06:49:05.604Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:49:35.605Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e27c3a3-487b-4c90-890e-3718e922add3 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-06-01T06:49:35.611Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e27c3a3-487b-4c90-890e-3718e922add3 and serviceModelVersionId: b724df0a-d563-4f96-845c-812f379d9806 2022-06-01T06:49:35.612Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e49e2a74-9394-4141-b7e4-e73ceff3839b 2022-06-01T06:49:35.613Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?depth=0 2022-06-01T06:49:35.619Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:49:35.681Z|4e27c3a3-487b-4c90-890e-3718e922add3|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/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?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-06-01T06:49:35.690Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?depth=0|INFO|500||Invoke 2022-06-01T06:49:35.713Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:49:36.078Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?depth=0|INFO|500||InvokeReturn 2022-06-01T06:49:36.079Z|4e27c3a3-487b-4c90-890e-3718e922add3|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/e49e2a74-9394-4141-b7e4-e73ceff3839b/model-vers/model-ver/b724df0a-d563-4f96-845c-812f379d9806?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220601-06:49:35:185-64715], vertex-id=[221408], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:49:35 GMT], Content-Type=[application/json]} 2022-06-01T06:49:36.080Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:49:36.080Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:49:36.080Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-06-01T06:49:36.086Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-06-01T06:49:36.086Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e27c3a3-487b-4c90-890e-3718e922add3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:49:36.087Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:49:36.087Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:49:36.089Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:49:36.090Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066176087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:49:36.189Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:49:36.190Z||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-06-01T06:49:36.190Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:49:36.201Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:49:36.202Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 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-06-01T06:49:37.110Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:49:37.111Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-06-01T06:49:37.111Z|4e27c3a3-487b-4c90-890e-3718e922add3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:49:47.371Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:49:47.372Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:49:47.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:49:47.373Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:49:53.382Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:49:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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-06-01T06:49:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:49:54.016Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:49:54.017Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:49:54.017Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e27c3a3-487b-4c90-890e-3718e922add3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066176087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:49:54.018Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:49:56.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:49:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:49:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:49:56.933Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:06.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:53.380Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:50:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:50:53.383Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:50:53.383Z||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-06-01T06:50:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:53.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:53.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "ves-openapi-manager", "timestamp": 1654066232029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066237277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066237188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:50:53.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:50:53.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066251484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-01T06:50:53.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:53.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:50:53.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:53.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:50:54.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:54.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:50:54.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d212d6f-aa70-48c6-989d-a05281b64d06","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"423f8a8b-ec52-4015-a032-3e19aad435fc","serviceDescription":"service","serviceInvariantUUID":"ab1f7d51-a670-44a4-9a36-b7696dc4bc40","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0da5e30e-afff-4725-a7a7-1fc274d807d6","resourceInvariantUUID":"9ad5894a-4898-4937-b4b0-d82abb7582c5","resourceCustomizationUUID":"9aee22a6-2778-4b60-b025-ee4289c89280","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":"MWE3ZWJiMGZiZmMyNTExM2I2ZGQ5YjVmNWQzNzI1OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e21934a-1fa3-46a6-9605-8f64abccc9cb","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":"YzllYzQ2MjFjY2VlMTA2NmQ3NGI2MzhhNDEyOTY2NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fca888c3-9de8-432f-9e61-ebb690547cad","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":"3439a900-6e59-406f-bd16-1f3124f37231","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":"ccdbc66d-f2a1-45a7-94ea-a14e4c6901ee","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":"f3e91083-6523-4006-8bb8-1a4aea6b152c","artifactVersion":"2","generatedFromUUID":"f3187d0b-7677-4e9e-97c9-9c3ca3209c4d"},{"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":"10cdab97-ce0c-4270-b7ff-996fc4d0f6f6","artifactVersion":"2","generatedFromUUID":"3439a900-6e59-406f-bd16-1f3124f37231"},{"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":"f3187d0b-7677-4e9e-97c9-9c3ca3209c4d","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":"a4763508-8573-46c2-b8d6-3f2eb16100d0","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":"YWNmY2ZlNWRhMWJiYWQ5NDhhZDJmODRmN2NjMjU1ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64fe181c-8894-4072-9f91-e0c90cb0f573","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDEzMzQ3MzhmOTVkNzk5MjUwZjZkYTFjOWQ0MDhhMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4799626-9f3c-4c2a-9c8a-edff01bb8cd7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:50:54.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:54.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:54.052Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:54.052Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:54.153Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:54.154Z||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-06-01T06:50:54.154Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:54.164Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:54.165Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:50:55.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:55.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:55.055Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:55.055Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:50:55.155Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:55.156Z||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-06-01T06:50:55.157Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:55.165Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:55.166Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:50:56.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:56.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:56.059Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:56.059Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-01T06:50:56.159Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:56.160Z||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-06-01T06:50:56.160Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:56.171Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:56.171Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:50:57.060Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:57.061Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:57.063Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:57.064Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:50:57.164Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:57.165Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:50:57.165Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:57.174Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:57.175Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:50:58.064Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:58.065Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:58.068Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:58.068Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-01T06:50:58.168Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:58.169Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:50:58.169Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:58.179Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:58.180Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:50:59.069Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:50:59.069Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:50:59.072Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:50:59.072Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-01T06:50:59.172Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:50:59.173Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:50:59.173Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:50:59.183Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:50:59.183Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:51:00.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:51:00.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:00.075Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:00.076Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-01T06:51:00.175Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:51:00.176Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:00.176Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:00.185Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:00.185Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:51:01.076Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:51:01.077Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:01.080Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:01.080Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:51:01.183Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-01T06:51:01.185Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:01.185Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:01.196Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:01.197Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:02.081Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:51:02.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:02.084Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:02.084Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:51:02.185Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:51:02.186Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:02.186Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:02.197Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:02.198Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:03.085Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:51:03.086Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:03.088Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:03.088Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:51:03.188Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:03.189Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:03.189Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:03.202Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:03.203Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:04.089Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "423f8a8b-ec52-4015-a032-3e19aad435fc", "serviceDescription": "service", "serviceInvariantUUID": "ab1f7d51-a670-44a4-9a36-b7696dc4bc40", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "9aee22a6-2778-4b60-b025-ee4289c89280", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0da5e30e-afff-4725-a7a7-1fc274d807d6", "resourceInvariantUUID": "9ad5894a-4898-4937-b4b0-d82abb7582c5", "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": "YzllYzQ2MjFjY2VlMTA2NmQ3NGI2MzhhNDEyOTY2NDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fca888c3-9de8-432f-9e61-ebb690547cad", "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": "3439a900-6e59-406f-bd16-1f3124f37231", "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": "10cdab97-ce0c-4270-b7ff-996fc4d0f6f6", "generatedFromUUID": "3439a900-6e59-406f-bd16-1f3124f37231" }, "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": "f3e91083-6523-4006-8bb8-1a4aea6b152c", "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": "10cdab97-ce0c-4270-b7ff-996fc4d0f6f6", "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": "f3187d0b-7677-4e9e-97c9-9c3ca3209c4d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDEzMzQ3MzhmOTVkNzk5MjUwZjZkYTFjOWQ0MDhhMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4799626-9f3c-4c2a-9c8a-edff01bb8cd7" } ], "workloadContext": "Production" } 2022-06-01T06:51:04.090Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:51:04.090Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 423f8a8b-ec52-4015-a032-3e19aad435fc ASDC 2022-06-01T06:51:04.091Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9d212d6f-aa70-48c6-989d-a05281b64d06 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:423f8a8b-ec52-4015-a032-3e19aad435fc ServiceInvariantUUID:ab1f7d51-a670-44a4-9a36-b7696dc4bc40 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:b4799626-9f3c-4c2a-9c8a-edff01bb8cd7 ArtifactChecksum:NDEzMzQ3MzhmOTVkNzk5MjUwZjZkYTFjOWQ0MDhhMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:9aee22a6-2778-4b60-b025-ee4289c89280 ResourceInvariantUUID:9ad5894a-4898-4937-b4b0-d82abb7582c5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0da5e30e-afff-4725-a7a7-1fc274d807d6 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:fca888c3-9de8-432f-9e61-ebb690547cad ArtifactChecksum:YzllYzQ2MjFjY2VlMTA2NmQ3NGI2MzhhNDEyOTY2NDk= 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:3439a900-6e59-406f-bd16-1f3124f37231 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:10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 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:f3e91083-6523-4006-8bb8-1a4aea6b152c 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:10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 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:f3187d0b-7677-4e9e-97c9-9c3ca3209c4d ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:51:04.091Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 423f8a8b-ec52-4015-a032-3e19aad435fc 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-06-01T06:51:04.146Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:51:04.148Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:51:04.148Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:51:04.148Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4799626-9f3c-4c2a-9c8a-edff01bb8cd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:04.148Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:04.149Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:04.697Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:04.704Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b4799626-9f3c-4c2a-9c8a-edff01bb8cd7 158203 2022-06-01T06:51:04.705Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:51:04.705Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:04.705Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:04.706Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:04.708Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:04.708Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066264705, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:04.808Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:04.809Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:04.810Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:04.821Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:04.822Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:51:05.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:51:05.710Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:51:05.710Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b4799626-9f3c-4c2a-9c8a-edff01bb8cd7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:05.711Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-01T06:51:05.712Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:05.712Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:05.932Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6591694335104990526/Definitions/service-BasicCnfMacro-template.yml 2022-06-01T06:51:07.264Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:51:07.265Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:51:07.265Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:07.265Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-01T06:51:07.266Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:07.266Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.266Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.266Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.266Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:51:07.267Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.267Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.267Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.267Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:51:07.267Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:51:07.268Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.268Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.268Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.268Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:51:07.268Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:51:07.269Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.269Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.269Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.269Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-01T06:51:07.269Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-01T06:51:07.270Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-01T06:51:07.270Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:51:07.270Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.270Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:51:07.270Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.271Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.271Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:07.271Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.271Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.272Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:07.272Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.272Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.272Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:07.272Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-01T06:51:07.273Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fe96e7c8-6582-4cac-8241-1dfd1b0261a7 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:07.274Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:07.275Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:423f8a8b-ec52-4015-a032-3e19aad435fc Model Version:NULL Model InvariantUuid:ab1f7d51-a670-44a4-9a36-b7696dc4bc40 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f8fb5959-ce61-4aef-b8bb-25a02032a305 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ad5894a-4898-4937-b4b0-d82abb7582c5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9aee22a6-2778-4b60-b025-ee4289c89280 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7d8c473b-3417-4b3b-906f-8f590d4a73a1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:17e36306-48a1-4283-9fec-6c1dfbf0015f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f05cd808-81c5-45f0-ac96-5e8b0af30820 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:f7ce035c-401a-4dab-ae81-ebcb60431d3a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe96e7c8-6582-4cac-8241-1dfd1b0261a7 ModelInvariantUuid:5a630aad-cd3c-4d6e-a94f-1d449c381513 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:d23e524c-236e-49e4-86df-7a75c642510f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:5784940e-46ad-48dd-9d11-b8ab27edc54d ModelInvariantUuid:520d0aa9-432b-4b46-a474-2220034d1b0f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:36e1f8d5-4669-4986-8028-627b0b5d1106 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-06-01T06:51:07.295Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0da5e30e-afff-4725-a7a7-1fc274d807d6 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-06-01T06:51:07.299Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-06-01T06:51:07.299Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0da5e30e-afff-4725-a7a7-1fc274d807d6 2022-06-01T06:51:07.299Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fca888c3-9de8-432f-9e61-ebb690547cad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-01T06:51:07.299Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:07.299Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.453Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:07.454Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fca888c3-9de8-432f-9e61-ebb690547cad 1565 2022-06-01T06:51:07.455Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.455Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:07.455Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:07.456Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:07.460Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:07.460Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066267455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:07.559Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:51:07.560Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:07.560Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:07.570Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:07.571Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:51:08.460Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f05cd808-81c5-45f0-ac96-5e8b0af30820", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f7ce035c-401a-4dab-ae81-ebcb60431d3a", "vfModuleModelCustomizationUUID": "04487de6-cf74-4faa-811c-35ce378cb74b", "isBase": true, "artifacts": [ "3439a900-6e59-406f-bd16-1f3124f37231", "10cdab97-ce0c-4270-b7ff-996fc4d0f6f6" ], "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": "7d8c473b-3417-4b3b-906f-8f590d4a73a1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "17e36306-48a1-4283-9fec-6c1dfbf0015f", "vfModuleModelCustomizationUUID": "d9056cee-061b-4822-a214-e758bfcb2f0b", "isBase": false, "artifacts": [ "f3187d0b-7677-4e9e-97c9-9c3ca3209c4d" ], "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-06-01T06:51:08.465Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f7ce035c-401a-4dab-ae81-ebcb60431d3a VfModuleModelInvariantUUID:f05cd808-81c5-45f0-ac96-5e8b0af30820 VfModuleModelDescription:NULL Artifacts UUID List:{ 3439a900-6e59-406f-bd16-1f3124f37231 , 10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 } 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:17e36306-48a1-4283-9fec-6c1dfbf0015f VfModuleModelInvariantUUID:7d8c473b-3417-4b3b-906f-8f590d4a73a1 VfModuleModelDescription:NULL Artifacts UUID List:{ f3187d0b-7677-4e9e-97c9-9c3ca3209c4d } 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-06-01T06:51:08.467Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f05cd808-81c5-45f0-ac96-5e8b0af30820", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f7ce035c-401a-4dab-ae81-ebcb60431d3a", "vfModuleModelCustomizationUUID": "04487de6-cf74-4faa-811c-35ce378cb74b", "isBase": true, "artifacts": [ "3439a900-6e59-406f-bd16-1f3124f37231", "10cdab97-ce0c-4270-b7ff-996fc4d0f6f6" ], "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": "7d8c473b-3417-4b3b-906f-8f590d4a73a1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "17e36306-48a1-4283-9fec-6c1dfbf0015f", "vfModuleModelCustomizationUUID": "d9056cee-061b-4822-a214-e758bfcb2f0b", "isBase": false, "artifacts": [ "f3187d0b-7677-4e9e-97c9-9c3ca3209c4d" ], "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-06-01T06:51:08.467Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f7ce035c-401a-4dab-ae81-ebcb60431d3a VfModuleModelInvariantUUID:f05cd808-81c5-45f0-ac96-5e8b0af30820 VfModuleModelDescription:NULL Artifacts UUID List:{ 3439a900-6e59-406f-bd16-1f3124f37231 , 10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 } 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:17e36306-48a1-4283-9fec-6c1dfbf0015f VfModuleModelInvariantUUID:7d8c473b-3417-4b3b-906f-8f590d4a73a1 VfModuleModelDescription:NULL Artifacts UUID List:{ f3187d0b-7677-4e9e-97c9-9c3ca3209c4d } 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-06-01T06:51:08.467Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3439a900-6e59-406f-bd16-1f3124f37231 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-01T06:51:08.467Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:08.467Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:08.858Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:08.859Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3439a900-6e59-406f-bd16-1f3124f37231 914 2022-06-01T06:51:08.859Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:08.859Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:08.859Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:08.860Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:08.862Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:08.863Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066268859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:08.964Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:51:08.965Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:08.965Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:08.974Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:08.974Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:09.863Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3e91083-6523-4006-8bb8-1a4aea6b152c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-01T06:51:09.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:09.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:10.171Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:10.172Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f3e91083-6523-4006-8bb8-1a4aea6b152c 12 2022-06-01T06:51:10.172Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:10.172Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:10.173Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:10.173Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:10.175Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:10.175Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066270172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:10.275Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:10.276Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:10.276Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:10.283Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:10.284Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:11.175Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-01T06:51:11.176Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:11.176Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:11.361Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:11.362Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 10cdab97-ce0c-4270-b7ff-996fc4d0f6f6 96 2022-06-01T06:51:11.362Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:11.362Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:11.363Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:11.363Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:11.365Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:11.365Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066271362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:11.465Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:11.466Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:11.467Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:11.477Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:11.478Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:12.365Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3187d0b-7677-4e9e-97c9-9c3ca3209c4d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-01T06:51:12.366Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:51:12.366Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:12.672Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:51:12.674Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f3187d0b-7677-4e9e-97c9-9c3ca3209c4d 20206 2022-06-01T06:51:12.674Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:12.674Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:12.674Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:51:12.674Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:12.677Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:12.677Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066272674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:51:12.777Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:12.778Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:12.778Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:12.787Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:12.788Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:13.681Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 423f8a8b-ec52-4015-a032-3e19aad435fc 2022-06-01T06:51:13.681Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0da5e30e-afff-4725-a7a7-1fc274d807d6 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-06-01T06:51:13.690Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff05ef7, org.onap.sdc.toscaparser.api.parameters.Input@23b433ad, org.onap.sdc.toscaparser.api.parameters.Input@ac26af9, org.onap.sdc.toscaparser.api.parameters.Input@5be3e643, org.onap.sdc.toscaparser.api.parameters.Input@26191c2e] 2022-06-01T06:51:13.692Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.693Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.693Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:51:13.693Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9aee22a6-2778-4b60-b025-ee4289c89280 2022-06-01T06:51:13.693Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9aee22a6-2778-4b60-b025-ee4289c89280 matches Tosca VF Customization UUID: 9aee22a6-2778-4b60-b025-ee4289c89280 2022-06-01T06:51:13.693Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9aee22a6-2778-4b60-b025-ee4289c89280 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-06-01T06:51:13.700Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.701Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.702Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9aee22a6-2778-4b60-b025-ee4289c89280: {\"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-06-01T06:51:13.702Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79ab61dc 2022-06-01T06:51:13.703Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.703Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:51:13.703Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9056cee-061b-4822-a214-e758bfcb2f0b 2022-06-01T06:51:13.703Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9056cee-061b-4822-a214-e758bfcb2f0b 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-06-01T06:51:13.708Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.708Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:13.708Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:13.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:13.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:51:13.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.709Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-01T06:51:13.710Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9aee22a6-2778-4b60-b025-ee4289c89280 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-06-01T06:51:13.711Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.711Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.713Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 423f8a8b-ec52-4015-a032-3e19aad435fc: basic_cnf_macro 2022-06-01T06:51:13.714Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.714Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.714Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.714Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:51:13.715Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:13.769Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0da5e30e-afff-4725-a7a7-1fc274d807d6 2 ASDC deployResourceStructure 2022-06-01T06:51:13.770Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:13.770Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:13.770Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:51:13.770Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:13.772Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:13.772Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066273770, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:51:13.872Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:13.873Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:13.873Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:13.880Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:13.880Z||pool-154-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:14.773Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:14.773Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:14.773Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:51:14.773Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:14.776Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:14.776Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066274772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:51:14.876Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:14.877Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:14.877Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:14.889Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:14.890Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:15.777Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:15.778Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:15.778Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-01T06:51:15.778Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:15.781Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:15.782Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066275777, "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-06-01T06:51:15.882Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:15.883Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:15.883Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:15.891Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:15.892Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:16.783Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:16.783Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:16.783Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:51:16.784Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:16.787Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:16.787Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066276783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-01T06:51:16.887Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:51:16.888Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:16.888Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:16.899Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:16.900Z||pool-157-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:17.789Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:17.789Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||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-06-01T06:51:17.789Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-01T06:51:17.790Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:17.792Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:17.792Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066277789, "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-06-01T06:51:17.892Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:17.893Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:17.893Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:17.903Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:17.904Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:18.793Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:51:18.793Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-01T06:51:18.793Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:51:18.794Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:51:18.796Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:51:18.796Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066278793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:51:18.896Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:51:18.897Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:51:18.897Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:18.907Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:18.908Z||pool-159-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:51:19.797Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:51:19.821Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:51:19.825Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:51:19.826Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:51:19.826Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:51:49.826Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:51:49.837Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:51:49.839Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:51:49.840Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:51:49.840Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:51:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:51:53.383Z||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-06-01T06:51:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:51:53.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:51:53.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-01T06:51:53.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:51:53.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:19.840Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:52:19.861Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:19.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:52:19.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:52:19.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:52:49.864Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:52:49.875Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:49.876Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:52:49.876Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-01T06:52:49.877Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-01T06:52:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:52:53.383Z||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-06-01T06:52:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:52:53.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:52:53.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066243981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-01T06:52:53.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "cds", "timestamp": 1654066254558, "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-06-01T06:52:53.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066254991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066255996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "policy-id", "timestamp": 1654066256999, "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-06-01T06:52:53.445Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-01T06:52:53.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066249277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-01T06:52:53.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066260162, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066260633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066261456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066253380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066262953, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066264705, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066264343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066254369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066265409, "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-06-01T06:52:53.481Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.481Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066256018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066265237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "multicloud-k8s-id", "timestamp": 1654066266414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066267455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066266950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066267259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066268859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066268264, "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-06-01T06:52:53.496Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.496Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066268633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066270172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "clamp", "timestamp": 1654066269640, "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-06-01T06:52:53.510Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.511Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066271362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066272674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066273770, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.523Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066274772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.523Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066275777, "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-06-01T06:52:53.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066276783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066277789, "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-06-01T06:52:53.526Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066278793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066282756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "aai-ml", "timestamp": 1654066283760, "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-06-01T06:52:53.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d212d6f-aa70-48c6-989d-a05281b64d06 2022-06-01T06:52:53.537Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:52:53.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:52:53.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066286018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066284369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066282277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066283981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066296078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066296456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066295323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066296032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066289277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066297083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "cds", "timestamp": 1654066297847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-01T06:52:53.600Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:52:53.600Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:52:53.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "policy-id", "timestamp": 1654066298086, "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-06-01T06:52:53.614Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:52:53.614Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:52:53.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066297291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066298149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066298294, "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-06-01T06:52:53.628Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:52:53.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:52:53.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066299210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066300272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "ves-openapi-manager", "timestamp": 1654066292028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066301302, "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-06-01T06:52:53.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:52:53.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:52:53.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "multicloud-k8s-id", "timestamp": 1654066302306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066297187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066311342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066311635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:52:53.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:52:53.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "aai-ml", "timestamp": 1654066312349, "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-06-01T06:52:53.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:52:53.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:52:53.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:52:53.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-01T06:52:53.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:52:53.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-01T06:53:19.877Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:53:19.890Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.893Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.894Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.894Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.894Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.894Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:53:19.895Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-01T06:53:19.901Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:53:49.902Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 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-06-01T06:53:49.909Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d212d6f-aa70-48c6-989d-a05281b64d06 and serviceModelVersionId: 423f8a8b-ec52-4015-a032-3e19aad435fc 2022-06-01T06:53:49.909Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab1f7d51-a670-44a4-9a36-b7696dc4bc40 2022-06-01T06:53:49.910Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0 2022-06-01T06:53:49.918Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:53:49.956Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0|INFO|500||Invoke 2022-06-01T06:53:49.956Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d212d6f-aa70-48c6-989d-a05281b64d06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83e51b53-ae94-4aa6-bb15-88cd2f751383], X-ECOMP-RequestID=[9d212d6f-aa70-48c6-989d-a05281b64d06], X-TransactionId=[], X-ONAP-RequestID=[9d212d6f-aa70-48c6-989d-a05281b64d06], Content-Type=[application/merge-patch+json]} 2022-06-01T06:53:49.972Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:53:50.205Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?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/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:53:49:443-11062], vertex-id=[262272], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:53:49 GMT], Content-Type=[application/json]} 2022-06-01T06:53:50.205Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:53:50.206Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1f7d51-a670-44a4-9a36-b7696dc4bc40/model-vers/model-ver/423f8a8b-ec52-4015-a032-3e19aad435fc?depth=0|INFO|500||InvokeReturn 2022-06-01T06:53:50.206Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:53:50.207Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-01T06:53:50.214Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-01T06:53:50.215Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d212d6f-aa70-48c6-989d-a05281b64d06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:53:50.215Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:53:50.215Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:50.217Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:50.217Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066430215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:53:50.317Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:53:50.326Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:50.327Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:50.353Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:50.353Z||pool-160-thread-1|||||INFO|500||cambria reply ok (27 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-06-01T06:53:51.233Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:53:51.234Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:53:51.234Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:53:53.383Z||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-06-01T06:53:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:53.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:53.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:53:53.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:53:53.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:53:55.618Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:55.619Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:53:55.619Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"25f1bc5f-c043-4d8c-96aa-d011999d0143","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d653a28b-82c4-4878-a8c9-11cc62a09769","serviceDescription":"service","serviceInvariantUUID":"e96387a6-a07b-4a7e-a786-f3257fe7c461","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c95a877b-ee48-48d4-aa79-36b9e6ccde2c","resourceInvariantUUID":"63bd2cd9-3621-46c3-8461-7a50a02807da","resourceCustomizationUUID":"872e1b72-2c2c-437d-b655-6c723a354ccc","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":"MDM2ODc1ZGVhYTkzOGQ5OTAxZmZhMjU3ZWI1OTBhYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c66ce138-1c17-43ed-adad-94bebf80763b","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":"NmZjZGExNGEwODAwZWM4MmVkMDU3OWI3NGRmMjYwMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"113d97d5-138d-4d1a-893d-f65b2a9c64af","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":"d222efc6-ba00-4bea-98f2-37d796c06e8a","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":"70b21300-e571-4069-9aff-e38d9a6a7dfd","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":"fd27784b-6052-40f6-8575-96617a47560e","artifactVersion":"2","generatedFromUUID":"d222efc6-ba00-4bea-98f2-37d796c06e8a"},{"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":"MmMzNmEzZDA2MzNjNDk4N2M1MjBkNjQ2ZWMxOTkyNjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9bbbf00-4a33-43e9-9d14-bd54b596800f","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":"YjRlMjBhNGRmNGJlYjE3N2U2ODhlNTJiZTk5NWYxZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6c03c63-99e5-4a0c-bf73-a3bdbea631e9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGYxM2RlZmY4NDA1MGM4N2QyMzVkZTYzMDBlYjMzNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed21a95d-3d92-4c82-a42f-ae5b1133d982","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:53:55.621Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:53:55.621Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:55.622Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:55.622Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:53:55.723Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:53:55.724Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:55.724Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:55.734Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:55.735Z||pool-161-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:53:56.623Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:53:56.624Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:56.625Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:56.625Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:53:56.725Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:53:56.726Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:56.726Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:56.735Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:56.735Z||pool-162-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:53:57.626Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:53:57.627Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:57.643Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:57.643Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:53:57.740Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-01T06:53:57.741Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:57.741Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:57.753Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:57.753Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:53:58.648Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:53:58.649Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:58.654Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:58.655Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:53:58.752Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-01T06:53:58.753Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:58.754Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:58.764Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:58.765Z||pool-164-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:53:59.655Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:53:59.655Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:53:59.658Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:53:59.659Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:53:59.762Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-01T06:53:59.763Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:53:59.763Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:53:59.772Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:53:59.773Z||pool-165-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:54:00.659Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:00.660Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:00.661Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:00.661Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:00.761Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:00.762Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:00.762Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:00.771Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:00.771Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:01.662Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:01.662Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:01.664Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:01.664Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:01.764Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:01.765Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:01.765Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:01.775Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:01.775Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:02.665Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:02.665Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:02.667Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:02.667Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:02.767Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:02.768Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:02.768Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:02.777Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:02.778Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:03.668Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d653a28b-82c4-4878-a8c9-11cc62a09769", "serviceDescription": "service", "serviceInvariantUUID": "e96387a6-a07b-4a7e-a786-f3257fe7c461", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "872e1b72-2c2c-437d-b655-6c723a354ccc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c95a877b-ee48-48d4-aa79-36b9e6ccde2c", "resourceInvariantUUID": "63bd2cd9-3621-46c3-8461-7a50a02807da", "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": "NmZjZGExNGEwODAwZWM4MmVkMDU3OWI3NGRmMjYwMzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "113d97d5-138d-4d1a-893d-f65b2a9c64af", "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": "d222efc6-ba00-4bea-98f2-37d796c06e8a", "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": "fd27784b-6052-40f6-8575-96617a47560e", "generatedFromUUID": "d222efc6-ba00-4bea-98f2-37d796c06e8a" }, "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": "fd27784b-6052-40f6-8575-96617a47560e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NGYxM2RlZmY4NDA1MGM4N2QyMzVkZTYzMDBlYjMzNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed21a95d-3d92-4c82-a42f-ae5b1133d982" } ], "workloadContext": "Production" } 2022-06-01T06:54:03.669Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:54:03.669Z|9d212d6f-aa70-48c6-989d-a05281b64d06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d653a28b-82c4-4878-a8c9-11cc62a09769 ASDC 2022-06-01T06:54:03.669Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:25f1bc5f-c043-4d8c-96aa-d011999d0143 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d653a28b-82c4-4878-a8c9-11cc62a09769 ServiceInvariantUUID:e96387a6-a07b-4a7e-a786-f3257fe7c461 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:ed21a95d-3d92-4c82-a42f-ae5b1133d982 ArtifactChecksum:NGYxM2RlZmY4NDA1MGM4N2QyMzVkZTYzMDBlYjMzNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:872e1b72-2c2c-437d-b655-6c723a354ccc ResourceInvariantUUID:63bd2cd9-3621-46c3-8461-7a50a02807da ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c95a877b-ee48-48d4-aa79-36b9e6ccde2c 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:113d97d5-138d-4d1a-893d-f65b2a9c64af ArtifactChecksum:NmZjZGExNGEwODAwZWM4MmVkMDU3OWI3NGRmMjYwMzI= 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:d222efc6-ba00-4bea-98f2-37d796c06e8a 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:fd27784b-6052-40f6-8575-96617a47560e 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:fd27784b-6052-40f6-8575-96617a47560e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-01T06:54:03.670Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d653a28b-82c4-4878-a8c9-11cc62a09769 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-06-01T06:54:03.701Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:54:03.701Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:03.701Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:03.702Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed21a95d-3d92-4c82-a42f-ae5b1133d982 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-01T06:54:03.702Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:54:03.702Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-01T06:54:03.863Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:54:03.867Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ed21a95d-3d92-4c82-a42f-ae5b1133d982 78811 2022-06-01T06:54:03.868Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:54:03.868Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-01T06:54:03.868Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:54:03.868Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:03.870Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:03.870Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066443868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:03.971Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:03.971Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:03.972Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:03.983Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:03.983Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:04.871Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:54:04.872Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:04.872Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed21a95d-3d92-4c82-a42f-ae5b1133d982, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-01T06:54:04.873Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-01T06:54:04.873Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-01T06:54:04.873Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-01T06:54:04.986Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16464618004648815777/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-06-01T06:54:06.209Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:54:06.210Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:54:06.210Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-01T06:54:06.210Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-01T06:54:06.210Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.210Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.211Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.212Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.212Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:54:06.212Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.212Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.213Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:06.213Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:54:06.213Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:54:06.213Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.213Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.214Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:06.214Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:54:06.214Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:54:06.214Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.214Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.215Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.215Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-01T06:54:06.215Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-01T06:54:06.215Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-01T06:54:06.216Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-01T06:54:06.216Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:54:06.216Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-01T06:54:06.216Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.216Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:54:06.217Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.217Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:06.217Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:06.218Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.218Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:06.218Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:06.218Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.218Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:06.219Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:06.219Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.219Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-01T06:54:06.219Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-01T06:54:06.220Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:54:06.220Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dfcc797-d325-47cd-bda6-432ff4181db1 2022-06-01T06:54:06.220Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.220Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.221Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.221Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.221Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.221Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.221Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:06.222Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:06.222Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d653a28b-82c4-4878-a8c9-11cc62a09769 Model Version:NULL Model InvariantUuid:e96387a6-a07b-4a7e-a786-f3257fe7c461 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5ccf5eee-7419-46ee-8bd7-be0e7662be6b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:63bd2cd9-3621-46c3-8461-7a50a02807da Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:872e1b72-2c2c-437d-b655-6c723a354ccc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42c48156-c7a5-4615-abef-56a01880c24c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ded2bc89-d5f9-4fcf-8408-d0959b5006f4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4dfcc797-d325-47cd-bda6-432ff4181db1 ModelInvariantUuid:a4f7c849-5928-4265-846f-f4c4d8804a12 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ba39036a-4aa1-4d32-9871-d068e1d68647 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a850b2ed-233b-459f-925b-2b4d1dbedbc7 ModelInvariantUuid:6c522e72-4132-4bd2-bf97-0b943d876c80 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d844f86d-b557-4481-b2fa-d6c8ecca2286 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-06-01T06:54:06.229Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c95a877b-ee48-48d4-aa79-36b9e6ccde2c 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-06-01T06:54:06.233Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-06-01T06:54:06.233Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c95a877b-ee48-48d4-aa79-36b9e6ccde2c 2022-06-01T06:54:06.234Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 113d97d5-138d-4d1a-893d-f65b2a9c64af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-01T06:54:06.234Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:54:06.234Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.362Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:54:06.363Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 113d97d5-138d-4d1a-893d-f65b2a9c64af 792 2022-06-01T06:54:06.364Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.364Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:06.364Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:54:06.365Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:06.367Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:06.368Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066446364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:06.468Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:06.468Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:06.468Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:06.481Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:06.482Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:07.368Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "42c48156-c7a5-4615-abef-56a01880c24c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ded2bc89-d5f9-4fcf-8408-d0959b5006f4", "vfModuleModelCustomizationUUID": "e96d9824-53a5-4f7e-a545-4a9b50b00ad3", "isBase": true, "artifacts": [ "d222efc6-ba00-4bea-98f2-37d796c06e8a", "fd27784b-6052-40f6-8575-96617a47560e" ], "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-06-01T06:54:07.372Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ded2bc89-d5f9-4fcf-8408-d0959b5006f4 VfModuleModelInvariantUUID:42c48156-c7a5-4615-abef-56a01880c24c VfModuleModelDescription:NULL Artifacts UUID List:{ d222efc6-ba00-4bea-98f2-37d796c06e8a , fd27784b-6052-40f6-8575-96617a47560e } 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-06-01T06:54:07.377Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "42c48156-c7a5-4615-abef-56a01880c24c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ded2bc89-d5f9-4fcf-8408-d0959b5006f4", "vfModuleModelCustomizationUUID": "e96d9824-53a5-4f7e-a545-4a9b50b00ad3", "isBase": true, "artifacts": [ "d222efc6-ba00-4bea-98f2-37d796c06e8a", "fd27784b-6052-40f6-8575-96617a47560e" ], "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-06-01T06:54:07.377Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ded2bc89-d5f9-4fcf-8408-d0959b5006f4 VfModuleModelInvariantUUID:42c48156-c7a5-4615-abef-56a01880c24c VfModuleModelDescription:NULL Artifacts UUID List:{ d222efc6-ba00-4bea-98f2-37d796c06e8a , fd27784b-6052-40f6-8575-96617a47560e } 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-06-01T06:54:07.377Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d222efc6-ba00-4bea-98f2-37d796c06e8a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-01T06:54:07.377Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:54:07.377Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:07.540Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:54:07.541Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d222efc6-ba00-4bea-98f2-37d796c06e8a 5033 2022-06-01T06:54:07.542Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:07.542Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:07.542Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:54:07.542Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:07.544Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:07.544Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066447542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:07.645Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:54:07.647Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:07.647Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:07.659Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:07.660Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:08.545Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd27784b-6052-40f6-8575-96617a47560e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-01T06:54:08.545Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:54:08.546Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:08.602Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:54:08.603Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fd27784b-6052-40f6-8575-96617a47560e 903 2022-06-01T06:54:08.603Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:08.603Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:08.604Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:54:08.604Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:08.606Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:08.606Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066448603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:08.706Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:08.707Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:08.708Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:08.725Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:08.726Z||pool-172-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:09.607Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d653a28b-82c4-4878-a8c9-11cc62a09769 2022-06-01T06:54:09.607Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c95a877b-ee48-48d4-aa79-36b9e6ccde2c 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-06-01T06:54:09.625Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23c340f3, org.onap.sdc.toscaparser.api.parameters.Input@6989e051, org.onap.sdc.toscaparser.api.parameters.Input@793bd7ad, org.onap.sdc.toscaparser.api.parameters.Input@5bb4d2f3, org.onap.sdc.toscaparser.api.parameters.Input@6249d5ae] 2022-06-01T06:54:09.627Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.627Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.628Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-01T06:54:09.628Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 872e1b72-2c2c-437d-b655-6c723a354ccc 2022-06-01T06:54:09.628Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 872e1b72-2c2c-437d-b655-6c723a354ccc matches Tosca VF Customization UUID: 872e1b72-2c2c-437d-b655-6c723a354ccc 2022-06-01T06:54:09.628Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 872e1b72-2c2c-437d-b655-6c723a354ccc 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-06-01T06:54:09.631Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.631Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.632Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 872e1b72-2c2c-437d-b655-6c723a354ccc: {\"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-06-01T06:54:09.633Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e1b6e91 2022-06-01T06:54:09.633Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.633Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-01T06:54:09.634Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e96d9824-53a5-4f7e-a545-4a9b50b00ad3 2022-06-01T06:54:09.634Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e96d9824-53a5-4f7e-a545-4a9b50b00ad3 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-06-01T06:54:09.637Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.637Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:09.638Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:09.638Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.638Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:09.639Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:09.639Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.639Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-01T06:54:09.639Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-01T06:54:09.640Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-01T06:54:09.640Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dfcc797-d325-47cd-bda6-432ff4181db1 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-06-01T06:54:09.643Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.643Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:09.643Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-01T06:54:09.644Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.644Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-01T06:54:09.644Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=872e1b72-2c2c-437d-b655-6c723a354ccc 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-06-01T06:54:09.646Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.646Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.647Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d653a28b-82c4-4878-a8c9-11cc62a09769: basic_vm_macro 2022-06-01T06:54:09.647Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.647Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.647Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.647Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.648Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.648Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.648Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.648Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.648Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:09.649Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:09.649Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:09.736Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c95a877b-ee48-48d4-aa79-36b9e6ccde2c 1 ASDC deployResourceStructure 2022-06-01T06:54:09.737Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:09.737Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:09.737Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:54:09.737Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:09.739Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:09.739Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066449736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:54:09.840Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:09.840Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:09.841Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:09.850Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:09.850Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:54:10.740Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:10.741Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:10.741Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:54:10.741Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:10.743Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:10.744Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066450740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:54:10.844Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:10.845Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:10.845Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:10.857Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:10.858Z||pool-174-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:11.745Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:11.745Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||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-06-01T06:54:11.746Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:54:11.746Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:11.748Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:11.748Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066451744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-01T06:54:11.848Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:11.849Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:11.849Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:11.858Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:11.859Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:12.749Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:54:12.749Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-01T06:54:12.749Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:54:12.749Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:12.751Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:12.751Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066452749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:12.851Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:12.852Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:12.852Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:12.861Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:12.862Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:13.752Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25f1bc5f-c043-4d8c-96aa-d011999d0143 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:54:13.761Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:13.764Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:13.765Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:13.765Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:13.765Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:13.765Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-01T06:54:13.770Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:54:43.771Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:54:43.777Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25f1bc5f-c043-4d8c-96aa-d011999d0143 and serviceModelVersionId: d653a28b-82c4-4878-a8c9-11cc62a09769 2022-06-01T06:54:43.778Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e96387a6-a07b-4a7e-a786-f3257fe7c461 2022-06-01T06:54:43.779Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?depth=0 2022-06-01T06:54:43.787Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:54:43.830Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?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-06-01T06:54:43.831Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?depth=0|INFO|500||Invoke 2022-06-01T06:54:43.854Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:54:44.500Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?depth=0|INFO|500||InvokeReturn 2022-06-01T06:54:44.503Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96387a6-a07b-4a7e-a786-f3257fe7c461/model-vers/model-ver/d653a28b-82c4-4878-a8c9-11cc62a09769?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220601-06:54:43:326-64379], vertex-id=[278656], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:54:43 GMT], Content-Type=[application/json]} 2022-06-01T06:54:44.504Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:54:44.504Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:54:44.505Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-01T06:54:44.510Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-01T06:54:44.510Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25f1bc5f-c043-4d8c-96aa-d011999d0143 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:54:44.510Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:54:44.511Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:44.513Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:44.514Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066484510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:54:44.614Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:54:44.614Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:44.614Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:44.630Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:44.630Z||pool-177-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-06-01T06:54:45.529Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-01T06:54:45.529Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"55be5a14-4ae4-4f5c-a177-86d0914ff445","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0b84ce0b-6976-48a7-b8b2-ee415e973b46","serviceDescription":"service","serviceInvariantUUID":"1acf6f7d-5bc1-42bf-8439-eedd5aaa6733","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bb4929dc-dd90-4a50-ab92-4b1094677dcd","resourceInvariantUUID":"c22a7c03-16b6-476e-aebf-3111d24215e9","resourceCustomizationUUID":"c173f8e7-95f6-40ea-9cf0-963b7bc15c31","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":"YzdkYTIxMDg4NmM0Mjg2NTc0YzYxMjhiYTU2ZWI4MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4878142e-f7cf-4183-a1ba-8087980d9c26","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":"39bba059-e724-4137-bfdc-e3cd188b0d24","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":"bb459279-633a-42c2-9d64-a0ffb3633186","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":"YWJlYjcwMGJmYmIxYzQyNjljNmMzYmVlZjU0NzdkYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6149d2c4-18e9-46bb-bc55-8d7281fca5e0","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":"040fb2a1-5e94-4180-bd23-5541d8ea599c","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":"7acf0e58-ac60-4d2b-83bb-4bd2cff0ebb8","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":"0fbb6ec2-c89e-4123-b574-06cc1b86d56e","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":"YWFhOWUzMmJlNGNmYzMwYjQ3YjU5OTE4NGRmNmQzMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"876beb1a-6fdf-49fd-95db-672ce1005b11","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTlhZmMzYzk2MjU3ZjFiMTFiODE3NjdhNDI1NDJhZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f89e0559-8cde-41f4-be57-dcd7b3d0a660","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-01T06:54:45.530Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:45.531Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:45.532Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:45.533Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:45.633Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:45.634Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:45.634Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:45.646Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:45.647Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:46.534Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:46.536Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:46.539Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:46.539Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:46.640Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-01T06:54:46.640Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:46.640Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:46.651Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:46.652Z||pool-179-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:47.540Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:47.540Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:47.543Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:47.544Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:47.644Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:47.645Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:47.645Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:47.656Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:47.657Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:48.546Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:48.546Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:48.548Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:48.548Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:48.648Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:48.649Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:48.649Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:48.659Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:48.659Z||pool-181-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:49.549Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:49.549Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:49.551Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:49.551Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:49.651Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:49.652Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:49.652Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:49.663Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:49.664Z||pool-182-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:50.551Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:50.552Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:50.554Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:50.554Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:50.654Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:54:50.655Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:50.655Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:50.666Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:50.666Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:51.554Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:51.555Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:51.556Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:51.557Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:51.660Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-01T06:54:51.661Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:51.661Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:51.670Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:51.671Z||pool-184-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:52.557Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:52.558Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:52.560Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:52.560Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:52.660Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:52.661Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:52.661Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:52.677Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:52.678Z||pool-185-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:54:53.383Z||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-06-01T06:54:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:53.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:53.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066298850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066303981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066315382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066315082, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066316086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066315637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "cds", "timestamp": 1654066316712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-01T06:54:53.443Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "policy-id", "timestamp": 1654066317090, "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-06-01T06:54:53.469Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "clamp", "timestamp": 1654066316650, "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-06-01T06:54:53.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25f1bc5f-c043-4d8c-96aa-d011999d0143 2022-06-01T06:54:53.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25f1bc5f-c043-4d8c-96aa-d011999d0143 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-06-01T06:54:53.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "multicloud-k8s-id", "timestamp": 1654066309277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-01T06:54:53.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066312028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066321914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066322928, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066314369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "ves-openapi-manager", "timestamp": 1654066323931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 2022-06-01T06:54:53.561Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-01T06:54:53.561Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-01T06:54:53.563Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:53.563Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.566Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.566Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066316018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066324236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066325924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066325855, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654066326858, "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-06-01T06:54:53.587Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.588Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066334938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "aai-ml", "timestamp": 1654066335942, "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-06-01T06:54:53.626Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.626Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066327187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:54:53.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:54:53.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066340642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:53.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066342654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:53.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:54:53.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:54:53.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "clamp", "timestamp": 1654066343659, "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-06-01T06:54:53.652Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55be5a14-4ae4-4f5c-a177-86d0914ff445 2022-06-01T06:54:53.652Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:53.663Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:53.664Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:53.664Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:53.682Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:53.684Z||pool-186-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-01T06:54:54.564Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0b84ce0b-6976-48a7-b8b2-ee415e973b46", "serviceDescription": "service", "serviceInvariantUUID": "1acf6f7d-5bc1-42bf-8439-eedd5aaa6733", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c173f8e7-95f6-40ea-9cf0-963b7bc15c31", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bb4929dc-dd90-4a50-ab92-4b1094677dcd", "resourceInvariantUUID": "c22a7c03-16b6-476e-aebf-3111d24215e9", "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": "YTlhZmMzYzk2MjU3ZjFiMTFiODE3NjdhNDI1NDJhZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f89e0559-8cde-41f4-be57-dcd7b3d0a660" } ], "workloadContext": "Production" } 2022-06-01T06:54:54.564Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-01T06:54:54.565Z|25f1bc5f-c043-4d8c-96aa-d011999d0143|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b84ce0b-6976-48a7-b8b2-ee415e973b46 ASDC 2022-06-01T06:54:54.565Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:55be5a14-4ae4-4f5c-a177-86d0914ff445 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0b84ce0b-6976-48a7-b8b2-ee415e973b46 ServiceInvariantUUID:1acf6f7d-5bc1-42bf-8439-eedd5aaa6733 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:f89e0559-8cde-41f4-be57-dcd7b3d0a660 ArtifactChecksum:YTlhZmMzYzk2MjU3ZjFiMTFiODE3NjdhNDI1NDJhZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c173f8e7-95f6-40ea-9cf0-963b7bc15c31 ResourceInvariantUUID:c22a7c03-16b6-476e-aebf-3111d24215e9 ResourceName:test-pnf ResourceType:PNF ResourceUUID:bb4929dc-dd90-4a50-ab92-4b1094677dcd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-01T06:54:54.565Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b84ce0b-6976-48a7-b8b2-ee415e973b46 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-06-01T06:54:54.597Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:54:54.597Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:54.597Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:54.597Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f89e0559-8cde-41f4-be57-dcd7b3d0a660 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-01T06:54:54.598Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-01T06:54:54.598Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-01T06:54:55.186Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-01T06:54:55.192Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f89e0559-8cde-41f4-be57-dcd7b3d0a660 105664 2022-06-01T06:54:55.193Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:54:55.193Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-01T06:54:55.194Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-01T06:54:55.194Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:55.196Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:55.196Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066495193, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:54:55.296Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:55.297Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:55.297Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:55.307Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:55.307Z||pool-187-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:56.196Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-01T06:54:56.197Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-01T06:54:56.198Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f89e0559-8cde-41f4-be57-dcd7b3d0a660, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-01T06:54:56.198Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-01T06:54:56.199Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-01T06:54:56.199Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-01T06:54:56.291Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1611666262475490809/Definitions/service-TestPnfMacro-template.yml 2022-06-01T06:54:57.050Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.051Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||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-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.052Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.053Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.054Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.055Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.055Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.055Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.055Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.055Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.056Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0b84ce0b-6976-48a7-b8b2-ee415e973b46 Model Version:NULL Model InvariantUuid:1acf6f7d-5bc1-42bf-8439-eedd5aaa6733 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-06-01T06:54:57.062Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bb4929dc-dd90-4a50-ab92-4b1094677dcd 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-06-01T06:54:57.065Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-06-01T06:54:57.065Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bb4929dc-dd90-4a50-ab92-4b1094677dcd 2022-06-01T06:54:57.065Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0b84ce0b-6976-48a7-b8b2-ee415e973b46 2022-06-01T06:54:57.065Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0b84ce0b-6976-48a7-b8b2-ee415e973b46 2022-06-01T06:54:57.069Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bb4929dc-dd90-4a50-ab92-4b1094677dcd 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-06-01T06:54:57.074Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10fa40df, org.onap.sdc.toscaparser.api.parameters.Input@75db8e2f, org.onap.sdc.toscaparser.api.parameters.Input@35b907e8, org.onap.sdc.toscaparser.api.parameters.Input@332a14fb, org.onap.sdc.toscaparser.api.parameters.Input@711456f9] 2022-06-01T06:54:57.075Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.075Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.075Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0b84ce0b-6976-48a7-b8b2-ee415e973b46: test-pnf 2022-06-01T06:54:57.076Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Processing PNF resource: bb4929dc-dd90-4a50-ab92-4b1094677dcd 2022-06-01T06:54:57.076Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-01T06:54:57.076Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-01T06:54:57.076Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||Resource customization UUID: c173f8e7-95f6-40ea-9cf0-963b7bc15c31 is the same as notified resource customizationUUID: c173f8e7-95f6-40ea-9cf0-963b7bc15c31 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-06-01T06:54:57.106Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bb4929dc-dd90-4a50-ab92-4b1094677dcd 0 ASDC deployResourceStructure 2022-06-01T06:54:57.107Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-01T06:54:57.107Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-01T06:54:57.107Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-01T06:54:57.107Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:54:57.109Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:54:57.109Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066497107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:54:57.209Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-01T06:54:57.211Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:54:57.211Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:54:57.221Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:54:57.221Z||pool-188-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-01T06:54:58.114Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55be5a14-4ae4-4f5c-a177-86d0914ff445 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-01T06:54:58.130Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:54:58.133Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-01T06:54:58.133Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-01T06:54:58.134Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-01T06:54:58.134Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-01T06:54:58.135Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.135Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.135Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.135Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.136Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.136Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.136Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-01T06:54:58.137Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-01T06:54:58.144Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-01T06:55:28.144Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55be5a14-4ae4-4f5c-a177-86d0914ff445 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-06-01T06:55:28.157Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55be5a14-4ae4-4f5c-a177-86d0914ff445 and serviceModelVersionId: 0b84ce0b-6976-48a7-b8b2-ee415e973b46 2022-06-01T06:55:28.157Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1acf6f7d-5bc1-42bf-8439-eedd5aaa6733 2022-06-01T06:55:28.158Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?depth=0 2022-06-01T06:55:28.162Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-01T06:55:28.197Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?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-06-01T06:55:28.198Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?depth=0|INFO|500||Invoke 2022-06-01T06:55:28.216Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-01T06:55:28.745Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?depth=0|INFO|500||InvokeReturn 2022-06-01T06:55:28.745Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1acf6f7d-5bc1-42bf-8439-eedd5aaa6733/model-vers/model-ver/0b84ce0b-6976-48a7-b8b2-ee415e973b46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220601-06:55:27:687-28750], vertex-id=[253992], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:55:27 GMT], Content-Type=[application/json]} 2022-06-01T06:55:28.745Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-01T06:55:28.745Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-01T06:55:28.745Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-01T06:55:28.750Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-01T06:55:28.750Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55be5a14-4ae4-4f5c-a177-86d0914ff445 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-01T06:55:28.751Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-01T06:55:28.751Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-01T06:55:28.753Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-01T06:55:28.753Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066528750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:55:28.853Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-01T06:55:28.854Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-01T06:55:28.854Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:55:28.864Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:55:28.865Z||pool-189-thread-1|||||INFO|500||cambria reply ok (12 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-06-01T06:55:29.764Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:55:29.765Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:55:29.765Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:55:39.331Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:55:39.332Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:55:39.332Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:55:39.332Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:55:48.868Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:55:48.868Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:55:48.869Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:55:48.869Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:55:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:55:53.383Z||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-06-01T06:55:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:55:53.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:55:53.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-01T06:55:53.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d212d6f-aa70-48c6-989d-a05281b64d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066430215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:55:53.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:55:58.406Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:55:58.407Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:55:58.407Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:55:58.407Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:56:07.944Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:56:53.379Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:56:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:56:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:56:53.382Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:56:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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-06-01T06:56:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:56:53.409Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:56:53.410Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.410Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.411Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.412Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066443868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:56:53.413Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066446364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066447542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066448603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-01T06:56:53.414Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.415Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.415Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066449736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-01T06:56:53.415Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066450740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066451744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066452749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.416Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25f1bc5f-c043-4d8c-96aa-d011999d0143", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066484510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.417Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-01T06:56:53.418Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-01T06:57:02.949Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:57:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:57:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:57:53.382Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:57:53.382Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:57:53.382Z||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-06-01T06:57:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:57:53.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:57:53.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:57:53.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066431233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-01T06:57:53.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066495193, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066497107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-01T06:57:53.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "55be5a14-4ae4-4f5c-a177-86d0914ff445", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654066528750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-01T06:57:53.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-01T06:58:02.925Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:58:53.379Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:58:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:58:53.381Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:58:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:58:53.383Z||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-06-01T06:58:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T06:59:02.925Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:59:02.924Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T06:59:53.379Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:59:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T06:59:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T06:59:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T06:59:53.383Z||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-06-01T06:59:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:00:02.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:00:02.955Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:00:53.379Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:00:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T07:00:53.380Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T07:00:53.382Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:00:53.384Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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-06-01T07:00:53.384Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:01:02.917Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:01:02.924Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:01:53.379Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:01:53.380Z||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-06-01T07:01:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:01:53.382Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:01:53.382Z|4e27c3a3-487b-4c90-890e-3718e922add3|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-06-01T07:01:53.382Z|4e27c3a3-487b-4c90-890e-3718e922add3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:02:02.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:02:02.930Z|4e27c3a3-487b-4c90-890e-3718e922add3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:02:53.379Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:02:53.380Z||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-06-01T07:02:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:02:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:02:53.383Z||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-06-01T07:02:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:03:02.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:03:02.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:03:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:03:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-01T07:03:53.381Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZjqQDeSNOygc0trw) ... 2022-06-01T07:03:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:03:53.383Z||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-06-01T07:03:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:04:02.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:04:02.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:04:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:04:53.388Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:04:53.389Z||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-06-01T07:04:53.390Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|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-06-01T07:04:53.389Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:04:53.390Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:05:02.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:05:02.942Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:05:53.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:05:53.381Z||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-06-01T07:05:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:05:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:05:53.383Z||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-06-01T07:05:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:06:02.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:06:02.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:06:53.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:06:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:06:53.383Z||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-06-01T07:06:53.383Z||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-06-01T07:06:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:06:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:07:02.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:07:02.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:07:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:07:53.381Z||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-06-01T07:07:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:07:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:07:53.383Z||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-06-01T07:07:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:08:02.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:08:02.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:08:53.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:08:53.381Z||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-06-01T07:08:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:08:53.382Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:08:53.382Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|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-06-01T07:08:53.382Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:09:02.932Z|55be5a14-4ae4-4f5c-a177-86d0914ff445|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:09:02.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:09:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:09:53.380Z||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-06-01T07:09:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:09:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:09:53.382Z||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-06-01T07:09:53.383Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:10:02.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:10:02.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:10:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:10:53.380Z||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-06-01T07:10:53.380Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:10:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:10:53.382Z||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-06-01T07:10:53.382Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:11:02.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:11:02.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:11:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:11:53.380Z||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-06-01T07:11:53.381Z||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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:11:53.382Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-01T07:11:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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-06-01T07:11:53.383Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|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 ZjqQDeSNOygc0trw) ... 2022-06-01T07:12:02.965Z|59f24f5d-5819-46eb-bb64-3587dd51d2b3|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-01T07:12:02.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK