JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-30T03:20:57.407Z||main|||||INFO|500||The following profiles are active: basic 2022-05-30T03:21:05.098Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-30T03:21:05.099Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-30T03:21:05.179Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-30T03:21:08.012Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-30T03:21:08.341Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-30T03:21:08.689Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-30T03:21:08.697Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-30T03:21:08.769Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-30T03:21:08.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-30T03:21:09.326Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-30T03:21:11.078Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-30T03:21:12.606Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-30T03:21:12.652Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-30T03:21:13.123Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-30T03:21:13.268Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-30T03:21:13.887Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-30T03:21:14.572Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-30T03:21:14.590Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-30T03:21:14.591Z||main|||||WARN|500||The sdc end point is not alive 2022-05-30T03:21:16.454Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-30T03:21:18.571Z||main|||||WARN|500||--- 2022-05-30T03:21:18.572Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-30T03:21:18.572Z||main|||||WARN|500||--- 2022-05-30T03:21:18.897Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-30T03:21:23.343Z||main|||||INFO|500||Started Application in 28.052 seconds (JVM running for 29.402) 2022-05-30T03:21:23.360Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-30T03:21:23.361Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-30T03:21:23.372Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-30T03:21:23.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-30T03:21:23.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bc6b891-a8b5-4b8b-b4b6-4b16c00f11e1 url= /sdc/v1/artifactTypes 2022-05-30T03:21:23.426Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-30T03:21:23.674Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-30T03:21:23.703Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-30T03:21:23.723Z||scheduling-1|||||DEBUG|500||create keys 2022-05-30T03:21:23.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-30T03:21:23.772Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:21:23.787Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb6576ac-9a07-4086-af6a-70c68fee9c32 url= /sdc/v1/registerForDistribution 2022-05-30T03:21:24.004Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb6576ac-9a07-4086-af6a-70c68fee9c32 url= /sdc/v1/registerForDistribution 2022-05-30T03:21:24.005Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-30T03:21:24.018Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-30T03:21:24.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:21:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:21:24.046Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:21:24.047Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:21:24.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:21:24.050Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:21:34.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:21:34.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:22:24.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:22:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:22:24.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:22:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:22:24.017Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:22:24.017Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:22:33.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:22:33.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:23:24.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:23:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:23:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:23:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:23:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:23:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:23:33.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:23:33.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:24:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:24:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:24:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:24:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:24:24.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:24:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:24:33.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:24:33.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:25:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:25:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:25:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:25:24.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:25:24.016Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:25:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:25:33.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:25:33.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:26:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:26:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:26:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:26:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:26:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:26:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:26:33.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:26:33.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:27:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:27:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:27:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:27:24.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:27:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:27:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:27:33.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:27:33.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:28:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:28:24.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:28:24.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:28:24.015Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:28:24.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:28:24.019Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:28:33.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:28:33.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:29:24.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:29:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:29:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:29:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:29:24.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:29:24.015Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:29:33.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:29:33.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:30:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:30:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:30:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:30:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:30:24.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:30:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:30:33.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:30:33.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:31:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:31:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:31:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:31:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:31:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:31:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:31:28.984Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-30T03:31:33.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:31:33.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:32:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:32:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:32:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:32:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:32:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:32:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:32:33.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:32:33.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:33:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:33:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:33:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:33:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:33:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:33:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:33:33.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:33:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:34:24.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:34:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:34:24.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:34:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:34:24.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:34:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:34:33.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:34:33.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:35:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:35:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:35:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:35:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:35:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:35:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:35:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:35:33.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:36:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:36:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:36:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:36:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:36:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:36:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:36:33.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:36:33.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:37:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:37:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:37:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:37:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:37:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:37:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:37:33.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:37:33.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:38:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:38:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:38:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:38:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:38:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:38:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:38:33.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:38:33.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:39:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:39:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:39:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:39:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:39:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:39:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:39:33.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:39:33.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:40:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:40:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:40:24.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:40:24.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:40:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:40:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:40:33.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:40:33.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:41:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:41:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:41:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:41:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:41:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:41:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:41:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:41:33.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:42:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:42:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:42:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:42:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:42:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:42:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:42:33.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:42:33.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:43:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:43:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:43:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:43:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:43:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:43:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:43:33.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:43:33.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:44:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:44:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:44:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:44:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:44:24.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:44:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:44:33.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:44:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:45:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:45:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:45:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:45:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:45:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:45:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:45:33.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:45:33.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:46:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:46:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:46:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:46:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:46:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:46:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:46:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:46:33.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:47:24.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:47:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:47:24.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:47:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:47:24.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:47:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:47:33.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:47:33.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:48:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:48:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:48:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:48:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:48:24.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:48:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:48:33.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:48:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:49:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:49:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:49:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:49:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:49:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:49:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:49:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:49:33.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:50:24.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:50:24.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:50:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:50:24.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:50:24.016Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:50:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:50:33.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:50:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:51:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:51:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:51:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:51:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:51:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:51:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:51:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:51:33.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:52:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:52:24.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:52:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:52:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:52:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:52:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:52:33.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:52:33.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:53:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:53:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:53:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:53:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:53:24.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:53:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:53:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:53:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:54:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:54:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:54:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:54:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:54:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:54:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:54:33.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:54:33.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:55:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:55:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:55:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:55:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:55:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:55:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:55:33.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:55:33.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:56:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:56:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:56:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:56:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:56:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:56:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:56:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:56:33.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:57:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:57:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:57:24.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:57:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:57:24.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:57:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:57:33.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:57:33.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:58:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:58:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:58:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:58:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:58:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:58:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:58:33.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:58:33.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:59:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:59:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:59:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T03:59:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:59:24.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T03:59:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T03:59:33.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T03:59:33.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:00:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:00:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:00:24.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:00:24.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:00:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:00:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:00:33.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:00:33.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:01:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:01:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:01:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:01:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:01:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:01:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:01:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:01:33.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:02:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:02:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:02:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:02:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:02:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:02:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:02:33.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:02:33.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:03:24.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:03:24.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:03:24.016Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:03:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:03:24.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:03:24.020Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:03:33.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:03:33.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:24.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:04:24.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:04:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:04:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:04:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:24.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:24.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:24.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1003a4d-9b83-4bd9-b56a-a456007ba15b","serviceName":"basic_onboard_AJbVpq","serviceVersion":"1.0","serviceUUID":"af03aa03-947f-4535-97f6-beb1cdef52b4","serviceDescription":"service","serviceInvariantUUID":"3cf461b7-e2e9-43bb-853f-76dfa2a8dcba","resources":[{"resourceInstanceName":"basic_onboard_AJbVpq 0","resourceName":"basic_onboard_AJbVpq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5fd3330a-852f-4020-a12b-f4d2dedc4fd0","resourceInvariantUUID":"bdbdf27c-9e09-4796-8176-6b7253c48171","resourceCustomizationUUID":"07041820-6472-4439-a284-5cc0d464be1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml","artifactChecksum":"YjYwNmMyOTE1Njk4OGVhNGJkZjVhZDRmMzRkZjRjYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"876f989f-9bd9-4afc-b422-86085e84d1ae","artifactVersion":"1"},{"artifactName":"basic_onboard_ajbvpq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json","artifactChecksum":"YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32458619-92e8-4f27-98a3-cb571d62ee1a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f48220e-b2a7-4dc2-8531-15146c2c1644","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4cf9679d-251f-43a6-ae25-0f68524a2eb9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2401984a-3590-42f2-91eb-30a66be19de9","artifactVersion":"2","generatedFromUUID":"0f48220e-b2a7-4dc2-8531-15146c2c1644"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAjbvpq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml","artifactChecksum":"MTcwNGI4NDhmOWMyOGU1MWYxOGIyNGU4NGVhZGNjN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e54c90d0-e253-4d6b-8e7a-fd8ed5ca6296","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAjbvpq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar","artifactChecksum":"MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"306b87f0-a03d-40c7-aa65-4c1df1a6a46b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:04:24.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:24.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.684Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "ves-openapi-manager", "timestamp": 1653883413181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883415844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883409087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883418881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883418763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883426573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883426801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883426704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "cds", "timestamp": 1653883427596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.785Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-30T04:04:24.787Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:24.788Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.803Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:24.804Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:24.839Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:24.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883427717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "policy-id", "timestamp": 1653883428722, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883423207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883431365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883433373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883432667, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883433755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883435383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883435363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883434799, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.902Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.902Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:04:24.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "clamp", "timestamp": 1653883436388, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.916Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.916Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "aai-ml", "timestamp": 1653883436371, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.929Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "multicloud-k8s-id", "timestamp": 1653883435802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883434359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883442399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883447011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:04:24.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883448018, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:24.942Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b 2022-05-30T04:04:24.942Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:25.690Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:25.690Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:25.692Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:25.692Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:04:25.792Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:04:25.793Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:25.794Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:25.820Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:25.822Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:04:26.693Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:26.694Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:26.695Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:26.696Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:04:26.796Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:26.797Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:26.797Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:26.812Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:26.813Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:27.696Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:27.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:27.699Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:27.700Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:27.800Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:04:27.801Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:27.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:27.823Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:27.824Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:04:28.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:28.702Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:28.704Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:28.705Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:04:28.805Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:28.806Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:28.806Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:28.819Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:28.820Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:29.705Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:29.706Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:29.707Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:29.707Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:04:29.808Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:29.809Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:29.809Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:29.824Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:29.825Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:30.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:04:30.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:30.710Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:30.710Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:04:30.811Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:04:30.812Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:30.812Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:30.826Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:30.827Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:31.712Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "serviceName": "basic_onboard_AJbVpq", "serviceVersion": "1.0", "serviceUUID": "af03aa03-947f-4535-97f6-beb1cdef52b4", "serviceDescription": "service", "serviceInvariantUUID": "3cf461b7-e2e9-43bb-853f-76dfa2a8dcba", "resources": [ { "resourceInstanceName": "basic_onboard_AJbVpq 0", "resourceCustomizationUUID": "07041820-6472-4439-a284-5cc0d464be1e", "resourceName": "basic_onboard_AJbVpq", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5fd3330a-852f-4020-a12b-f4d2dedc4fd0", "resourceInvariantUUID": "bdbdf27c-9e09-4796-8176-6b7253c48171", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ajbvpq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "artifactChecksum": "YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32458619-92e8-4f27-98a3-cb571d62ee1a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0f48220e-b2a7-4dc2-8531-15146c2c1644", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2401984a-3590-42f2-91eb-30a66be19de9", "generatedFromUUID": "0f48220e-b2a7-4dc2-8531-15146c2c1644" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2401984a-3590-42f2-91eb-30a66be19de9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAjbvpq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "artifactChecksum": "MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "306b87f0-a03d-40c7-aa65-4c1df1a6a46b" } ], "workloadContext": "Production" } 2022-05-30T04:04:31.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:04:31.714Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af03aa03-947f-4535-97f6-beb1cdef52b4 ASDC 2022-05-30T04:04:31.795Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e1003a4d-9b83-4bd9-b56a-a456007ba15b ServiceName:basic_onboard_AJbVpq ServiceVersion:1.0 ServiceUUID:af03aa03-947f-4535-97f6-beb1cdef52b4 ServiceInvariantUUID:3cf461b7-e2e9-43bb-853f-76dfa2a8dcba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAjbvpq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar ArtifactUUID:306b87f0-a03d-40c7-aa65-4c1df1a6a46b ArtifactChecksum:MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_AJbVpq 0 ResourceCustomizationUUID:07041820-6472-4439-a284-5cc0d464be1e ResourceInvariantUUID:bdbdf27c-9e09-4796-8176-6b7253c48171 ResourceName:basic_onboard_AJbVpq ResourceType:VF ResourceUUID:5fd3330a-852f-4020-a12b-f4d2dedc4fd0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ajbvpq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json ArtifactUUID:32458619-92e8-4f27-98a3-cb571d62ee1a ArtifactChecksum:YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI= 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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml ArtifactUUID:0f48220e-b2a7-4dc2-8531-15146c2c1644 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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ArtifactUUID:2401984a-3590-42f2-91eb-30a66be19de9 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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ArtifactUUID:2401984a-3590-42f2-91eb-30a66be19de9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:04:31.795Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af03aa03-947f-4535-97f6-beb1cdef52b4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:04:31.845Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:04:31.846Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:04:31.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:04:31.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 306b87f0-a03d-40c7-aa65-4c1df1a6a46b from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:31.849Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:04:31.850Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:32.245Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:04:32.257Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 306b87f0-a03d-40c7-aa65-4c1df1a6a46b 71570 2022-05-30T04:04:32.259Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar ASDC sendASDCNotification 2022-05-30T04:04:32.259Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:32.260Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:04:32.260Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:32.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:32.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883472258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:32.362Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:32.364Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:32.364Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:32.380Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:32.380Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:33.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:04:33.263Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:04:33.264Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 306b87f0-a03d-40c7-aa65-4c1df1a6a46b, URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar to file: /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:33.264Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:33.325Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:33.325Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:33.630Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP297535249819230614/Definitions/service-BasicOnboardAjbvpq-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-30T04:04:34.838Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AJbVpq 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-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:34.843Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:04:34.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.850Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:34.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:04:34.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:04:34.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria 2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=466d59a9-9f60-416f-ba3e-2c7168c715ee 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_AJbVpq Description:service Model UUID:af03aa03-947f-4535-97f6-beb1cdef52b4 Model Version:NULL Model InvariantUuid:3cf461b7-e2e9-43bb-853f-76dfa2a8dcba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_AJbVpq Model UUID:2428c923-f0f9-457d-baeb-548023ddc01e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bdbdf27c-9e09-4796-8176-6b7253c48171 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:07041820-6472-4439-a284-5cc0d464be1e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07 ModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0 ModelUuid:0f61c829-56c6-434e-9be5-18ee6926da1f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:466d59a9-9f60-416f-ba3e-2c7168c715ee ModelInvariantUuid:f56df649-4a0b-4b4f-9af5-d2db1ec4e7c7 ModelName:basic_onboard_AJbVpq-nodes.ubuntu18Cvfc ModelUuid:ef62b2f8-7a5e-4042-8abf-1ca7ead35b69 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:944b12fb-e7de-4ebd-9d0f-167aebe7d3e2 ModelInvariantUuid:cb1108ea-7291-45d5-b8e5-72bbda4fd51f ModelName:BasicOnboardAjbvpq.compute.nodes.heat.ubuntu18 ModelUuid:6233c329-a091-4b9f-aa22-5a9b8a835194 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:04:34.871Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:04:34.935Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||basic_onboard_AJbVpq 0 2022-05-30T04:04:34.939Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32458619-92e8-4f27-98a3-cb571d62ee1a from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 32458619-92e8-4f27-98a3-cb571d62ee1a 798 2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json ASDC sendASDCNotification 2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:35.228Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:35.228Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883475224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:35.328Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:35.329Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:35.329Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:35.344Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:35.345Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:36.230Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAjbvpq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bc9e4ce2-78d5-4749-88eb-6c24e73d8c07", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f61c829-56c6-434e-9be5-18ee6926da1f", "vfModuleModelCustomizationUUID": "fccdd75b-02f4-4d21-9954-c32a7bbd08a9", "isBase": true, "artifacts": [ "0f48220e-b2a7-4dc2-8531-15146c2c1644", "2401984a-3590-42f2-91eb-30a66be19de9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:04:36.245Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f61c829-56c6-434e-9be5-18ee6926da1f VfModuleModelInvariantUUID:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f48220e-b2a7-4dc2-8531-15146c2c1644 , 2401984a-3590-42f2-91eb-30a66be19de9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAjbvpq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bc9e4ce2-78d5-4749-88eb-6c24e73d8c07", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f61c829-56c6-434e-9be5-18ee6926da1f", "vfModuleModelCustomizationUUID": "fccdd75b-02f4-4d21-9954-c32a7bbd08a9", "isBase": true, "artifacts": [ "0f48220e-b2a7-4dc2-8531-15146c2c1644", "2401984a-3590-42f2-91eb-30a66be19de9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f61c829-56c6-434e-9be5-18ee6926da1f VfModuleModelInvariantUUID:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f48220e-b2a7-4dc2-8531-15146c2c1644 , 2401984a-3590-42f2-91eb-30a66be19de9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0f48220e-b2a7-4dc2-8531-15146c2c1644 from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 2022-05-30T04:04:36.426Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:04:36.427Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 0f48220e-b2a7-4dc2-8531-15146c2c1644 5033 2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:36.430Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:36.431Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883476427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:36.531Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:36.532Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:36.532Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:36.550Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:36.551Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2401984a-3590-42f2-91eb-30a66be19de9 from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2022-05-30T04:04:37.556Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:04:37.557Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2401984a-3590-42f2-91eb-30a66be19de9 909 2022-05-30T04:04:37.557Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:37.562Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:37.562Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883477557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:04:37.663Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:37.664Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:37.664Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:37.687Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:37.688Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:38.563Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: af03aa03-947f-4535-97f6-beb1cdef52b4 2022-05-30T04:04:38.564Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AJbVpq 0 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:04:38.599Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a1baf31, org.onap.sdc.toscaparser.api.parameters.Input@292bbf39, org.onap.sdc.toscaparser.api.parameters.Input@66fc0c22, org.onap.sdc.toscaparser.api.parameters.Input@6e9b7426, org.onap.sdc.toscaparser.api.parameters.Input@49de2ce3] 2022-05-30T04:04:38.602Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 07041820-6472-4439-a284-5cc0d464be1e 2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07041820-6472-4439-a284-5cc0d464be1e matches Tosca VF Customization UUID: 07041820-6472-4439-a284-5cc0d464be1e 2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 07041820-6472-4439-a284-5cc0d464be1e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:04:38.610Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.610Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 07041820-6472-4439-a284-5cc0d464be1e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a3a6fc 2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:04:38.612Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fccdd75b-02f4-4d21-9954-c32a7bbd08a9 2022-05-30T04:04:38.612Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fccdd75b-02f4-4d21-9954-c32a7bbd08a9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:04:38.619Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=466d59a9-9f60-416f-ba3e-2c7168c715ee Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:04:38.624Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria 2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=07041820-6472-4439-a284-5cc0d464be1e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:04:38.626Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid af03aa03-947f-4535-97f6-beb1cdef52b4: basic_onboard_AJbVpq 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_AJbVpq Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AJbVpq 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 1 ASDC deployResourceStructure 2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json ASDC sendASDCNotification 2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:04:38.780Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:38.781Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:38.781Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883478779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:04:38.882Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:04:38.883Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:38.883Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:38.911Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:38.912Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:39.782Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-30T04:04:39.782Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 2022-05-30T04:04:39.783Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:04:39.783Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:39.784Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:39.784Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883479782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:04:39.885Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:04:39.886Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:39.886Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:39.921Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:39.922Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:04:40.785Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:40.788Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:40.788Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883480785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-30T04:04:40.888Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:04:40.889Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:40.889Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:40.920Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:40.921Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar ASDC sendASDCNotification 2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:04:41.791Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:04:41.792Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883481789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:04:41.892Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:04:41.892Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:04:41.892Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:04:41.910Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:04:41.911Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:04:42.792Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:04:42.810Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:04:42.813Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:04:42.819Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:05:12.820Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:05:12.829Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b and serviceModelVersionId: af03aa03-947f-4535-97f6-beb1cdef52b4 2022-05-30T04:05:12.830Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cf461b7-e2e9-43bb-853f-76dfa2a8dcba 2022-05-30T04:05:21.559Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0 2022-05-30T04:05:21.645Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:05:22.006Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-30T04:05:22.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|INFO|500||Invoke 2022-05-30T04:05:22.098Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:05:22.601Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|INFO|500||InvokeReturn 2022-05-30T04:05:22.602Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:05:21:069-85000], vertex-id=[577760], Content-Length=[0], Date=[Mon, 30 May 2022 04:05:21 GMT], Content-Type=[application/json]} 2022-05-30T04:05:22.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:05:22.607Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:05:22.607Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:05:22.616Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:05:22.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1003a4d-9b83-4bd9-b56a-a456007ba15b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:05:22.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:05:22.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:22.620Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:22.620Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883522617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:05:22.721Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:22.722Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:22.722Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:22.740Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:22.741Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:05:24.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:05:24.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:05:24.013Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:05:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:05:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:24.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:05:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:05:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:05:25.840Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:25.841Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:05:25.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"292f8761-b606-42d5-b544-27dd89817031","serviceName":"vFW 2022-05-30 04-03-37","serviceVersion":"1.0","serviceUUID":"df46a645-1a4d-4bc0-94e6-8653b3583647","serviceDescription":"catalog service description","serviceInvariantUUID":"4f2aca4a-fdad-4540-9b70-ccdb98cfe211","resources":[{"resourceInstanceName":"vFW 50c306b0-c9f0 0","resourceName":"vFW 50c306b0-c9f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f442c1d-e7ea-4279-9453-4754a1dc945d","resourceInvariantUUID":"99f6f5cf-3d69-4c28-a7e1-3895adf8406f","resourceCustomizationUUID":"a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml","artifactChecksum":"YmMzMzk1ZWJlNWM3NDkwYWMwMzNmOTk4YjM2ODJhNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c7b3cad-c739-41f0-b5a0-534d387668f3","artifactVersion":"1"},{"artifactName":"vfw50c306b0c9f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json","artifactChecksum":"MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63a86733-a8fb-4596-9ae6-dbaff7402885","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4acd4ef-7d64-44fa-adf1-7a5807e97908","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml","artifactChecksum":"NWFmNjdjNTVmNTRlZjNkYjE0MGFiMzMzMzNmOTk0M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78e486dd-a372-45ab-bf56-09f84b599228","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c69c9a1b-7aaa-4939-9b67-83fabddb520e","artifactVersion":"2","generatedFromUUID":"f4acd4ef-7d64-44fa-adf1-7a5807e97908"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530040337-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml","artifactChecksum":"MzBiMzQ1MmFkZDExOGQ2NzE3ZWM0OGNlZmFmZTQ2MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7435fa5-6b90-4be3-8642-2c6c6013a9f5","artifactVersion":"1"},{"artifactName":"service-Vfw20220530040337-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar","artifactChecksum":"ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12fb0b8e-2136-4277-80de-3300fcfc63b2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:05:25.844Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:25.845Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:25.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:25.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:05:25.947Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:25.948Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:25.949Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:25.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:25.962Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:26.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:26.849Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:26.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:26.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOTIFIED" } 2022-05-30T04:05:26.951Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:26.952Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:26.952Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:26.969Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:26.970Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:27.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:27.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:27.854Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:27.854Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:05:27.955Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:05:27.956Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:27.956Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:27.978Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:27.979Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:28.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:28.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:28.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:28.860Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:05:28.960Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:28.961Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:28.962Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:28.975Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:28.975Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:29.864Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:29.864Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:29.866Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:29.866Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:05:29.967Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:05:29.968Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:29.968Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:29.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:29.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:30.867Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:30.868Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:30.869Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:30.869Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:05:30.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:05:30.971Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:30.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:30.991Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:30.991Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:31.870Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:05:31.871Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:31.872Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:31.872Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:05:31.973Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:31.974Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:31.974Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:31.995Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:31.996Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:32.875Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "serviceName": "vFW 2022-05-30 04-03-37", "serviceVersion": "1.0", "serviceUUID": "df46a645-1a4d-4bc0-94e6-8653b3583647", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4f2aca4a-fdad-4540-9b70-ccdb98cfe211", "resources": [ { "resourceInstanceName": "vFW 50c306b0-c9f0 0", "resourceCustomizationUUID": "a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2", "resourceName": "vFW 50c306b0-c9f0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9f442c1d-e7ea-4279-9453-4754a1dc945d", "resourceInvariantUUID": "99f6f5cf-3d69-4c28-a7e1-3895adf8406f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw50c306b0c9f00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "artifactChecksum": "MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63a86733-a8fb-4596-9ae6-dbaff7402885", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f4acd4ef-7d64-44fa-adf1-7a5807e97908", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c69c9a1b-7aaa-4939-9b67-83fabddb520e", "generatedFromUUID": "f4acd4ef-7d64-44fa-adf1-7a5807e97908" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c69c9a1b-7aaa-4939-9b67-83fabddb520e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220530040337-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "artifactChecksum": "ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12fb0b8e-2136-4277-80de-3300fcfc63b2" } ], "workloadContext": "Production" } 2022-05-30T04:05:32.876Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:05:32.876Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df46a645-1a4d-4bc0-94e6-8653b3583647 ASDC 2022-05-30T04:05:32.876Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:292f8761-b606-42d5-b544-27dd89817031 ServiceName:vFW 2022-05-30 04-03-37 ServiceVersion:1.0 ServiceUUID:df46a645-1a4d-4bc0-94e6-8653b3583647 ServiceInvariantUUID:4f2aca4a-fdad-4540-9b70-ccdb98cfe211 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220530040337-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar ArtifactUUID:12fb0b8e-2136-4277-80de-3300fcfc63b2 ArtifactChecksum:ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 50c306b0-c9f0 0 ResourceCustomizationUUID:a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 ResourceInvariantUUID:99f6f5cf-3d69-4c28-a7e1-3895adf8406f ResourceName:vFW 50c306b0-c9f0 ResourceType:VF ResourceUUID:9f442c1d-e7ea-4279-9453-4754a1dc945d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw50c306b0c9f00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json ArtifactUUID:63a86733-a8fb-4596-9ae6-dbaff7402885 ArtifactChecksum:MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM= 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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml ArtifactUUID:f4acd4ef-7d64-44fa-adf1-7a5807e97908 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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ArtifactUUID:c69c9a1b-7aaa-4939-9b67-83fabddb520e 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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ArtifactUUID:c69c9a1b-7aaa-4939-9b67-83fabddb520e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:05:32.877Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df46a645-1a4d-4bc0-94e6-8653b3583647 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12fb0b8e-2136-4277-80de-3300fcfc63b2 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:32.904Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:05:32.904Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:33.323Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 12fb0b8e-2136-4277-80de-3300fcfc63b2 99012 2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar ASDC sendASDCNotification 2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:05:33.328Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:33.329Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:33.329Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883533327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:05:33.430Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:33.431Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:33.431Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:33.445Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:33.446Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:05:34.330Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:05:34.331Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:05:34.331Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12fb0b8e-2136-4277-80de-3300fcfc63b2, URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar to file: /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:34.332Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530040337-csar.csar 2022-05-30T04:05:34.333Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:34.333Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:34.501Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4323814961426693359/Definitions/service-Vfw20220530040337-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50c306b0-c9f0 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-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d12b987-c296-42a7-be67-91347cedff77 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd9eceb5-1ea0-4039-a18f-ab461dd6bb53 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0a0f663-aa00-48ff-b839-be5620b809a2 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-30 04-03-37 Description:catalog service description Model UUID:df46a645-1a4d-4bc0-94e6-8653b3583647 Model Version:NULL Model InvariantUuid:4f2aca4a-fdad-4540-9b70-ccdb98cfe211 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 50c306b0-c9f0 Model UUID:65273ca2-0091-4638-a8f4-7917fc6e2851 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:99f6f5cf-3d69-4c28-a7e1-3895adf8406f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c1d9096a-ee05-4607-8ecc-16d4f272115c ModelName:Vfw50c306b0C9f0..base_vfw..module-0 ModelUuid:76039c1c-a6eb-4ed3-9c2a-700d259b193c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d12b987-c296-42a7-be67-91347cedff77 ModelInvariantUuid:fb4539a8-c566-41e3-8c12-0c9f0c0d7a9a ModelName:vFW 50c306b0-c9f0-nodes.vfwCvfc ModelUuid:f50807f4-0fde-4eef-b3c9-72898064599d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:490c418d-62f1-4be6-950a-6e581ea1874c ModelInvariantUuid:f75b6643-c181-4c15-b727-41dbb870eb2f ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vfw ModelUuid:2d035713-7bda-40ed-9bd5-7e2a0702edef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cd9eceb5-1ea0-4039-a18f-ab461dd6bb53 ModelInvariantUuid:99523a9e-7615-4c50-953f-d488dce6c32d ModelName:vFW 50c306b0-c9f0-nodes.vsnCvfc ModelUuid:8d2ca77d-b01b-4a80-8856-6e6f805324cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0af8fd7a-1d3b-4113-939b-06f35a6243bc ModelInvariantUuid:414ae3db-4a9b-4af4-bc65-d155fa085363 ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vsn ModelUuid:e8e08fc9-8d89-4c0e-8c19-2e84a43f8e4a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a0a0f663-aa00-48ff-b839-be5620b809a2 ModelInvariantUuid:9025d98b-24af-4c12-a4ae-7008cedea0c5 ModelName:vFW 50c306b0-c9f0-nodes.vpgCvfc ModelUuid:67a79d96-e896-4aa7-ba99-e81f855e07a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fd2b9e84-aea8-426f-8316-6a3a58e3fb44 ModelInvariantUuid:edf56baf-5c6c-47ab-8712-b08a77ffc34e ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vpg ModelUuid:1e8ce634-0c66-4422-8fa5-36114a71843a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:05:35.924Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f442c1d-e7ea-4279-9453-4754a1dc945d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:05:35.926Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||vFW 50c306b0-c9f0 0 2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f442c1d-e7ea-4279-9453-4754a1dc945d 2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63a86733-a8fb-4596-9ae6-dbaff7402885 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 2022-05-30T04:05:36.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:05:36.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 63a86733-a8fb-4596-9ae6-dbaff7402885 785 2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json ASDC sendASDCNotification 2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:05:36.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:36.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:36.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883536127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:05:36.231Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:05:36.232Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:36.232Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:36.244Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:36.245Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:37.132Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw50c306b0C9f0..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1d9096a-ee05-4607-8ecc-16d4f272115c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76039c1c-a6eb-4ed3-9c2a-700d259b193c", "vfModuleModelCustomizationUUID": "010dfdcd-2b39-4132-a61a-4ec798b3c246", "isBase": true, "artifacts": [ "f4acd4ef-7d64-44fa-adf1-7a5807e97908", "c69c9a1b-7aaa-4939-9b67-83fabddb520e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:05:37.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw50c306b0C9f0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76039c1c-a6eb-4ed3-9c2a-700d259b193c VfModuleModelInvariantUUID:c1d9096a-ee05-4607-8ecc-16d4f272115c VfModuleModelDescription:NULL Artifacts UUID List:{ f4acd4ef-7d64-44fa-adf1-7a5807e97908 , c69c9a1b-7aaa-4939-9b67-83fabddb520e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw50c306b0C9f0..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1d9096a-ee05-4607-8ecc-16d4f272115c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76039c1c-a6eb-4ed3-9c2a-700d259b193c", "vfModuleModelCustomizationUUID": "010dfdcd-2b39-4132-a61a-4ec798b3c246", "isBase": true, "artifacts": [ "f4acd4ef-7d64-44fa-adf1-7a5807e97908", "c69c9a1b-7aaa-4939-9b67-83fabddb520e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw50c306b0C9f0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76039c1c-a6eb-4ed3-9c2a-700d259b193c VfModuleModelInvariantUUID:c1d9096a-ee05-4607-8ecc-16d4f272115c VfModuleModelDescription:NULL Artifacts UUID List:{ f4acd4ef-7d64-44fa-adf1-7a5807e97908 , c69c9a1b-7aaa-4939-9b67-83fabddb520e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4acd4ef-7d64-44fa-adf1-7a5807e97908 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml 2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml 2022-05-30T04:05:37.440Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml f4acd4ef-7d64-44fa-adf1-7a5807e97908 20368 2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml 2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:05:37.443Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:37.445Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:37.445Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883537442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:05:37.545Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:37.546Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:37.547Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:37.561Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:37.562Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c69c9a1b-7aaa-4939-9b67-83fabddb520e from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env 2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env 2022-05-30T04:05:38.820Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:05:38.820Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env c69c9a1b-7aaa-4939-9b67-83fabddb520e 2098 2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env 2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:38.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:38.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883538821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:05:38.923Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:38.925Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:38.925Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:38.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:38.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:39.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: df46a645-1a4d-4bc0-94e6-8653b3583647 2022-05-30T04:05:39.824Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50c306b0-c9f0 0 9f442c1d-e7ea-4279-9453-4754a1dc945d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:05:39.846Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21163256, org.onap.sdc.toscaparser.api.parameters.Input@4aa32272, org.onap.sdc.toscaparser.api.parameters.Input@85a8f18, org.onap.sdc.toscaparser.api.parameters.Input@4a2cf26d, org.onap.sdc.toscaparser.api.parameters.Input@5a38fdfc] 2022-05-30T04:05:39.847Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.847Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 matches Tosca VF Customization UUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:05:39.851Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.851Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7837a754 2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 010dfdcd-2b39-4132-a61a-4ec798b3c246 2022-05-30T04:05:39.853Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 010dfdcd-2b39-4132-a61a-4ec798b3c246 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:05:39.854Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d12b987-c296-42a7-be67-91347cedff77 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:05:39.858Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd9eceb5-1ea0-4039-a18f-ab461dd6bb53 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0a0f663-aa00-48ff-b839-be5620b809a2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:05:39.868Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria 2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:05:39.870Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid df46a645-1a4d-4bc0-94e6-8653b3583647: vFW 50c306b0-c9f0 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 04-03-37 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:05:40.051Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50c306b0-c9f0 9f442c1d-e7ea-4279-9453-4754a1dc945d 1 ASDC deployResourceStructure 2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json ASDC sendASDCNotification 2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:40.054Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:40.054Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883540051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:05:40.154Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:40.155Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:40.155Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:40.173Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:40.174Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml 2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:05:41.056Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:41.059Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:41.059Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883541055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:05:41.159Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:41.160Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:41.160Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:41.199Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:41.200Z||pool-31-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env 2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:05:42.062Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:42.065Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:42.065Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883542061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-30T04:05:42.165Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:42.166Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:42.166Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:42.183Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:42.184Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar ASDC sendASDCNotification 2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:05:43.067Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:05:43.068Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:05:43.069Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883543065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:05:43.169Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:05:43.170Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:05:43.170Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:05:43.190Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:05:43.191Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:05:44.070Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:05:44.090Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:06:14.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:06:14.111Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:06:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:06:24.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:06:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:06:24.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:06:24.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:06:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883464012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883472258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883475224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883476427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883477557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883478779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883479782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883480785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883481789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:06:24.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:24.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:06:24.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883522617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:06:24.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:06:44.114Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:06:44.129Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:07:14.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:07:14.147Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:07:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:07:24.016Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:07:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:07:24.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:07:24.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883523208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883524358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883518763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883524012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883532094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883532783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883532879, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883533327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883533883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883533300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "policy-id", "timestamp": 1653883534886, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:07:24.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883534597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883529087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883536127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883535617, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.610Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883536415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883537084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883537442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "multicloud-k8s-id", "timestamp": 1653883536621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883537421, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:07:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "cds", "timestamp": 1653883538094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:07:24.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883538821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883540051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json", "status": "NOTIFIED" } 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "ves-openapi-manager", "timestamp": 1653883533181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883541055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883542061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883535844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883543065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883544180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883538881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883551598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883552386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:07:24.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "aai-ml", "timestamp": 1653883552608, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:07:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883553405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:07:24.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:07:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:07:24.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "clamp", "timestamp": 1653883554408, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:24.679Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031 2022-05-30T04:07:24.679Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:07:44.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:07:44.163Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:07:44.173Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:08:14.173Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:08:14.187Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 292f8761-b606-42d5-b544-27dd89817031 and serviceModelVersionId: df46a645-1a4d-4bc0-94e6-8653b3583647 2022-05-30T04:08:14.188Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f2aca4a-fdad-4540-9b70-ccdb98cfe211 2022-05-30T04:08:14.189Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0 2022-05-30T04:08:14.194Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:08:14.229Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|INFO|500||Invoke 2022-05-30T04:08:14.230Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[292f8761-b606-42d5-b544-27dd89817031], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e61a68ab-f65b-4a5a-9b96-dbd949141a30], X-ECOMP-RequestID=[292f8761-b606-42d5-b544-27dd89817031], X-TransactionId=[], X-ONAP-RequestID=[292f8761-b606-42d5-b544-27dd89817031], Content-Type=[application/merge-patch+json]} 2022-05-30T04:08:14.248Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:08:14.785Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?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/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:08:13:217-39051], vertex-id=[106632], Content-Length=[0], Date=[Mon, 30 May 2022 04:08:13 GMT], Content-Type=[application/json]} 2022-05-30T04:08:14.786Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:08:14.788Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|INFO|500||InvokeReturn 2022-05-30T04:08:14.789Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:08:14.789Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:08:14.795Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:08:14.795Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 292f8761-b606-42d5-b544-27dd89817031 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:08:14.796Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:08:14.796Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:14.798Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:14.798Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883694796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:08:14.899Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:08:14.900Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:14.901Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:14.918Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:14.919Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:08:15.813Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:08:15.814Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:08:15.814Z|292f8761-b606-42d5-b544-27dd89817031|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:08:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:08:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:24.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:08:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "292f8761-b606-42d5-b544-27dd89817031", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883694796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:08:24.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:08:26.115Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:26.116Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:08:26.116Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6d12018-9568-4f35-96a7-b462b5ea9252","serviceName":"vFW 2022-05-30 04-06-52","serviceVersion":"1.0","serviceUUID":"4991ec59-73b1-4d86-a6de-9fcfda40a906","serviceDescription":"catalog service description","serviceInvariantUUID":"44a31d9e-180a-4a4c-a283-7ef1c2ea7399","resources":[{"resourceInstanceName":"vFW 1e534f88-b41d 0","resourceName":"vFW 1e534f88-b41d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5451487c-2cf9-4c73-b148-0ecac05c9340","resourceInvariantUUID":"10fdce18-3c4b-45f7-8e1b-279228f62eef","resourceCustomizationUUID":"bf6c30de-e8f6-401b-b399-e8c0dc20174b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMzYmU0Y2M2NDIyNTBmMDRiYmQ0ZmFkYjM1MjZiM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7707c14f-f453-4dfa-b8b5-10d5daedd632","artifactVersion":"1"},{"artifactName":"vfw1e534f88b41d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json","artifactChecksum":"NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f507d73-75a2-40e7-a7e4-f669d72388a6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4972f1ba-b397-4c9c-a088-e52958f35b02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDBhMTM5YjE0MjQ2ZmZkNGFiNmNjNGJjYTIyZDY4MmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f78b801d-2dd3-48a4-9024-0d444ddf1371","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6abbb472-b232-4540-a918-c60b0cf71586","artifactVersion":"2","generatedFromUUID":"4972f1ba-b397-4c9c-a088-e52958f35b02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530040652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml","artifactChecksum":"MDRlMGIzMDgxNzEzYTZkYTM5YWU5MDQ5NGM0NzNkYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cb9c585-f150-4405-925d-1cde4658eaa2","artifactVersion":"1"},{"artifactName":"service-Vfw20220530040652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar","artifactChecksum":"YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cb23520-c343-4793-b80c-f157e995086c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:08:26.118Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:26.119Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:26.121Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:26.121Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:08:26.221Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:26.223Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:26.223Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:26.236Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:26.237Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:27.122Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:27.123Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:27.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:27.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:08:27.227Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:08:27.228Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:27.228Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:27.244Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:27.244Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:28.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:28.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:28.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:28.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:08:28.231Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:28.232Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:28.232Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:28.261Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:28.263Z||pool-37-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:29.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:29.132Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:29.133Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:29.133Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:08:29.234Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:08:29.235Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:29.235Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:29.286Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:29.287Z||pool-38-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:30.134Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:30.135Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:30.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:30.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:08:30.237Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:30.238Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:30.238Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:30.255Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:30.255Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:31.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:31.138Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:31.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:31.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:08:31.240Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:31.241Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:31.241Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:31.258Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:31.259Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:32.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:08:32.141Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:32.144Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:32.144Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:08:32.244Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:32.247Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:32.248Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:32.266Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:32.266Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:33.145Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "serviceName": "vFW 2022-05-30 04-06-52", "serviceVersion": "1.0", "serviceUUID": "4991ec59-73b1-4d86-a6de-9fcfda40a906", "serviceDescription": "catalog service description", "serviceInvariantUUID": "44a31d9e-180a-4a4c-a283-7ef1c2ea7399", "resources": [ { "resourceInstanceName": "vFW 1e534f88-b41d 0", "resourceCustomizationUUID": "bf6c30de-e8f6-401b-b399-e8c0dc20174b", "resourceName": "vFW 1e534f88-b41d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5451487c-2cf9-4c73-b148-0ecac05c9340", "resourceInvariantUUID": "10fdce18-3c4b-45f7-8e1b-279228f62eef", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e534f88b41d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "artifactChecksum": "NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f507d73-75a2-40e7-a7e4-f669d72388a6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4972f1ba-b397-4c9c-a088-e52958f35b02", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6abbb472-b232-4540-a918-c60b0cf71586", "generatedFromUUID": "4972f1ba-b397-4c9c-a088-e52958f35b02" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6abbb472-b232-4540-a918-c60b0cf71586", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220530040652-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "artifactChecksum": "YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cb23520-c343-4793-b80c-f157e995086c" } ], "workloadContext": "Production" } 2022-05-30T04:08:33.146Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:08:33.146Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4991ec59-73b1-4d86-a6de-9fcfda40a906 ASDC 2022-05-30T04:08:33.146Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f6d12018-9568-4f35-96a7-b462b5ea9252 ServiceName:vFW 2022-05-30 04-06-52 ServiceVersion:1.0 ServiceUUID:4991ec59-73b1-4d86-a6de-9fcfda40a906 ServiceInvariantUUID:44a31d9e-180a-4a4c-a283-7ef1c2ea7399 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220530040652-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar ArtifactUUID:6cb23520-c343-4793-b80c-f157e995086c ArtifactChecksum:YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e534f88-b41d 0 ResourceCustomizationUUID:bf6c30de-e8f6-401b-b399-e8c0dc20174b ResourceInvariantUUID:10fdce18-3c4b-45f7-8e1b-279228f62eef ResourceName:vFW 1e534f88-b41d ResourceType:VF ResourceUUID:5451487c-2cf9-4c73-b148-0ecac05c9340 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e534f88b41d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json ArtifactUUID:4f507d73-75a2-40e7-a7e4-f669d72388a6 ArtifactChecksum:NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU= 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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml ArtifactUUID:4972f1ba-b397-4c9c-a088-e52958f35b02 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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env ArtifactUUID:6abbb472-b232-4540-a918-c60b0cf71586 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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env ArtifactUUID:6abbb472-b232-4540-a918-c60b0cf71586 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:08:33.147Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4991ec59-73b1-4d86-a6de-9fcfda40a906 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:08:33.180Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6cb23520-c343-4793-b80c-f157e995086c from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:33.516Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 6cb23520-c343-4793-b80c-f157e995086c 99017 2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar ASDC sendASDCNotification 2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:33.523Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:33.523Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883713521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:08:33.625Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:08:33.626Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:33.626Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:33.638Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:33.638Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:34.524Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6cb23520-c343-4793-b80c-f157e995086c, URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar to file: /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530040652-csar.csar 2022-05-30T04:08:34.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:34.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:34.633Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6401953348754689920/Definitions/service-Vfw20220530040652-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-05-30T04:08:36.071Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e534f88-b41d 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-Vfw20220530040652-csar.csar 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbefbb66-7dba-426a-ba84-f9a8adeab245 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=90f08480-0e16-41e9-9e5b-622ea831969a 2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db9ae26a-589d-4576-97de-bea852cca3be 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-30 04-06-52 Description:catalog service description Model UUID:4991ec59-73b1-4d86-a6de-9fcfda40a906 Model Version:NULL Model InvariantUuid:44a31d9e-180a-4a4c-a283-7ef1c2ea7399 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1e534f88-b41d Model UUID:25de3d54-3da7-42de-88c3-b93883b4220f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:10fdce18-3c4b-45f7-8e1b-279228f62eef Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bf6c30de-e8f6-401b-b399-e8c0dc20174b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d2f0d23c-23fa-4d84-828b-f0237d0036d9 ModelName:Vfw1e534f88B41d..base_vfw..module-0 ModelUuid:05b85d77-c6bb-4886-80a3-367f4beec6ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cbefbb66-7dba-426a-ba84-f9a8adeab245 ModelInvariantUuid:f018af89-d269-4b59-81fc-1db895b0c5d6 ModelName:vFW 1e534f88-b41d-nodes.vfwCvfc ModelUuid:7750a10b-54f4-4423-820b-2248090010a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3ce265da-540c-41d7-865c-3240815f107c ModelInvariantUuid:208ac67d-0f78-48d2-91b4-892e14fe57b1 ModelName:Vfw1e534f88B41d.compute.nodes.heat.vfw ModelUuid:fb17431c-9eb8-4fe2-9ed7-4630e157e478 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:90f08480-0e16-41e9-9e5b-622ea831969a ModelInvariantUuid:62fca7cd-4a6b-421a-b515-844f07624e17 ModelName:vFW 1e534f88-b41d-nodes.vsnCvfc ModelUuid:9699dac7-bf09-4b5c-97e1-bc001f06338e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4a516127-bdcc-4485-a99c-c7c5ae52716a ModelInvariantUuid:1ae3bb21-a53c-4431-bfdb-138822fa3703 ModelName:Vfw1e534f88B41d.compute.nodes.heat.vsn ModelUuid:91b61079-8885-4363-b9dc-1f0c5c2bcab0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:db9ae26a-589d-4576-97de-bea852cca3be ModelInvariantUuid:b7e79d5b-ed4a-467b-bad1-9666e2d815e4 ModelName:vFW 1e534f88-b41d-nodes.vpgCvfc ModelUuid:1f3e49c0-b417-4b4e-a801-754c4dcad388 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f9f47be9-b6b6-4a9c-a33f-0b825a9df31f ModelInvariantUuid:135b7f86-6059-42ae-b3c1-c240e68cf1f4 ModelName:Vfw1e534f88B41d.compute.nodes.heat.vpg ModelUuid:ac062b63-f4ee-4069-ac8c-5d225bf330bd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:08:36.086Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5451487c-2cf9-4c73-b148-0ecac05c9340 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||vFW 1e534f88-b41d 0 2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5451487c-2cf9-4c73-b148-0ecac05c9340 2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f507d73-75a2-40e7-a7e4-f669d72388a6 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 2022-05-30T04:08:36.234Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 4f507d73-75a2-40e7-a7e4-f669d72388a6 785 2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json ASDC sendASDCNotification 2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 2022-05-30T04:08:36.236Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:08:36.236Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:36.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:36.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883716235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:08:36.338Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:36.339Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:36.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:36.354Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:36.355Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:08:37.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e534f88B41d..base_vfw..module-0", "vfModuleModelInvariantUUID": "d2f0d23c-23fa-4d84-828b-f0237d0036d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05b85d77-c6bb-4886-80a3-367f4beec6ed", "vfModuleModelCustomizationUUID": "67a5ece2-db67-4231-b239-ac7d577a0996", "isBase": true, "artifacts": [ "4972f1ba-b397-4c9c-a088-e52958f35b02", "6abbb472-b232-4540-a918-c60b0cf71586" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:08:37.242Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e534f88B41d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05b85d77-c6bb-4886-80a3-367f4beec6ed VfModuleModelInvariantUUID:d2f0d23c-23fa-4d84-828b-f0237d0036d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 4972f1ba-b397-4c9c-a088-e52958f35b02 , 6abbb472-b232-4540-a918-c60b0cf71586 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e534f88B41d..base_vfw..module-0", "vfModuleModelInvariantUUID": "d2f0d23c-23fa-4d84-828b-f0237d0036d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05b85d77-c6bb-4886-80a3-367f4beec6ed", "vfModuleModelCustomizationUUID": "67a5ece2-db67-4231-b239-ac7d577a0996", "isBase": true, "artifacts": [ "4972f1ba-b397-4c9c-a088-e52958f35b02", "6abbb472-b232-4540-a918-c60b0cf71586" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e534f88B41d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05b85d77-c6bb-4886-80a3-367f4beec6ed VfModuleModelInvariantUUID:d2f0d23c-23fa-4d84-828b-f0237d0036d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 4972f1ba-b397-4c9c-a088-e52958f35b02 , 6abbb472-b232-4540-a918-c60b0cf71586 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4972f1ba-b397-4c9c-a088-e52958f35b02 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 2022-05-30T04:08:37.339Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 4972f1ba-b397-4c9c-a088-e52958f35b02 20368 2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:08:37.341Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:37.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:37.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883717340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:08:37.443Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:37.444Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:37.444Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:37.460Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:37.461Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:38.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6abbb472-b232-4540-a918-c60b0cf71586 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 2022-05-30T04:08:38.344Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-30T04:08:38.344Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 2022-05-30T04:08:38.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-30T04:08:38.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 6abbb472-b232-4540-a918-c60b0cf71586 2098 2022-05-30T04:08:38.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:38.530Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:38.530Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883718526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:08:38.630Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:38.631Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:38.631Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:38.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:38.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:39.531Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4991ec59-73b1-4d86-a6de-9fcfda40a906 2022-05-30T04:08:39.532Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e534f88-b41d 0 5451487c-2cf9-4c73-b148-0ecac05c9340 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:08:39.549Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@627031dc, org.onap.sdc.toscaparser.api.parameters.Input@4b2bd1da, org.onap.sdc.toscaparser.api.parameters.Input@67c467f8, org.onap.sdc.toscaparser.api.parameters.Input@6924e4ca, org.onap.sdc.toscaparser.api.parameters.Input@ab9d6e3] 2022-05-30T04:08:39.550Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bf6c30de-e8f6-401b-b399-e8c0dc20174b 2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b matches Tosca VF Customization UUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b 2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:08:39.554Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.555Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.555Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bf6c30de-e8f6-401b-b399-e8c0dc20174b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@157a91c9 2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67a5ece2-db67-4231-b239-ac7d577a0996 2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67a5ece2-db67-4231-b239-ac7d577a0996 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbefbb66-7dba-426a-ba84-f9a8adeab245 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:08:39.566Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-30T04:08:39.568Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-30T04:08:39.569Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.569Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-30T04:08:39.569Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.569Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=90f08480-0e16-41e9-9e5b-622ea831969a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:08:39.572Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.573Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-30T04:08:39.574Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db9ae26a-589d-4576-97de-bea852cca3be Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:08:39.577Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.578Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.578Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:08:39.578Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.579Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria 2022-05-30T04:08:39.579Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=bf6c30de-e8f6-401b-b399-e8c0dc20174b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:08:39.587Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4991ec59-73b1-4d86-a6de-9fcfda40a906: vFW 1e534f88-b41d 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.588Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.589Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:08:39.589Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:08:39.589Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 04-06-52 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:08:39.790Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e534f88-b41d 5451487c-2cf9-4c73-b148-0ecac05c9340 1 ASDC deployResourceStructure 2022-05-30T04:08:39.790Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json ASDC sendASDCNotification 2022-05-30T04:08:39.790Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 2022-05-30T04:08:39.790Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:08:39.791Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:39.792Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:39.792Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883719790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:08:39.893Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:08:39.894Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:39.894Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:39.927Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:39.928Z||pool-46-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:40.793Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-30T04:08:40.794Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 2022-05-30T04:08:40.794Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:08:40.794Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:40.796Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:40.796Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883720793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:08:40.896Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:40.897Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:40.898Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:40.927Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:40.927Z||pool-47-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:41.797Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-30T04:08:41.797Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 2022-05-30T04:08:41.797Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:08:41.797Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:41.799Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:41.799Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883721797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-30T04:08:41.899Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:08:41.900Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:41.900Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:41.920Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:41.921Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:08:42.801Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar ASDC sendASDCNotification 2022-05-30T04:08:42.802Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 2022-05-30T04:08:42.802Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:08:42.802Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:08:42.805Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:08:42.805Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883722801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:08:42.905Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:08:42.906Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:08:42.907Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:08:42.927Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:08:42.927Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:08:43.807Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:08:43.818Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:08:43.821Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:08:43.821Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:08:43.821Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:09:13.821Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:09:13.834Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:09:13.837Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:09:13.837Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:09:13.837Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:09:24.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:09:24.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:09:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:09:24.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:09:24.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:09:24.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883703208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883695813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883698763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883713098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883712480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883713521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883713177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883714102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883713560, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "policy-id", "timestamp": 1653883715105, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883714798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883709087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883716235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883715843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.699Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.699Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:09:24.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883716711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883716983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883717340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "multicloud-k8s-id", "timestamp": 1653883716846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653883717715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:09:24.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "cds", "timestamp": 1653883717991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.729Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.730Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883718526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883719790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883720793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "ves-openapi-manager", "timestamp": 1653883713181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883721797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883715844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883722801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883724189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883718881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883731794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "aai-ml", "timestamp": 1653883732798, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.748Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883734413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883735427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:09:24.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "clamp", "timestamp": 1653883736430, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:24.762Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6d12018-9568-4f35-96a7-b462b5ea9252 2022-05-30T04:09:24.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d12018-9568-4f35-96a7-b462b5ea9252 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:09:43.838Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:09:43.852Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.855Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.856Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.856Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.856Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.856Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:09:43.856Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:09:43.862Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:10:13.862Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6d12018-9568-4f35-96a7-b462b5ea9252 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:10:13.872Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6d12018-9568-4f35-96a7-b462b5ea9252 and serviceModelVersionId: 4991ec59-73b1-4d86-a6de-9fcfda40a906 2022-05-30T04:10:13.872Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44a31d9e-180a-4a4c-a283-7ef1c2ea7399 2022-05-30T04:10:13.874Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0 2022-05-30T04:10:13.879Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:10:13.921Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0|INFO|500||Invoke 2022-05-30T04:10:13.922Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6d12018-9568-4f35-96a7-b462b5ea9252], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[764ef2fe-44e0-47c0-8ae0-a19372ac704c], X-ECOMP-RequestID=[f6d12018-9568-4f35-96a7-b462b5ea9252], X-TransactionId=[], X-ONAP-RequestID=[f6d12018-9568-4f35-96a7-b462b5ea9252], Content-Type=[application/merge-patch+json]} 2022-05-30T04:10:13.937Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:10:14.678Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?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/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-04:10:12:910-49853], vertex-id=[225472], Content-Length=[0], Date=[Mon, 30 May 2022 04:10:12 GMT], Content-Type=[application/json]} 2022-05-30T04:10:14.678Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:10:14.679Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a31d9e-180a-4a4c-a283-7ef1c2ea7399/model-vers/model-ver/4991ec59-73b1-4d86-a6de-9fcfda40a906?depth=0|INFO|500||InvokeReturn 2022-05-30T04:10:14.680Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:10:14.680Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:10:14.686Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:10:14.686Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6d12018-9568-4f35-96a7-b462b5ea9252 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:10:14.686Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:10:14.686Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:10:14.688Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:10:14.688Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883814686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:10:14.788Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:10:14.789Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:10:14.789Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:14.818Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:10:14.819Z||pool-50-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:10:15.718Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:10:15.719Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:10:15.719Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:10:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:10:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:24.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:10:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-30T04:10:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653883814686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:10:24.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:10:25.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:10:25.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:10:25.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:10:25.287Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:34.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:10:34.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:10:34.856Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:10:34.856Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:44.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:10:44.395Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:10:44.395Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:10:44.396Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:10:53.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:11:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:11:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:11:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:11:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:11:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:11:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:11:33.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:11:33.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:12:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:12:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:12:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:12:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:12:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:12:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:12:33.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:12:33.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:13:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:13:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:13:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:13:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:13:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:13:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:13:33.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:13:33.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:14:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:14:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:14:24.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:14:24.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:14:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:14:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:14:33.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:14:33.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:15:24.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:15:24.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:15:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:15:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:15:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:15:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:15:33.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:15:33.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:24.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:16:24.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:16:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:16:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:16:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:24.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:24.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "clamp", "timestamp": 1653884168881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "multicloud-k8s-id", "timestamp": 1653884163207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "aai-ml", "timestamp": 1653884165844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "ves-openapi-manager", "timestamp": 1653884173181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "cds", "timestamp": 1653884174087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "clamp", "timestamp": 1653884168881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "multicloud-k8s-id", "timestamp": 1653884163207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "aai-ml", "timestamp": 1653884165844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "ves-openapi-manager", "timestamp": 1653884173181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "cds", "timestamp": 1653884174087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "aai-ml", "timestamp": 1653884177167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "cds", "timestamp": 1653884177352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "cds", "timestamp": 1653884178358, "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-05-30T04:16:24.284Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d2a9c38-c47e-4425-bab6-a2397ec0bdec 2022-05-30T04:16:24.285Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:16:24.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "policy-id", "timestamp": 1653884178763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "policy-id", "timestamp": 1653884178763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "aai-ml", "timestamp": 1653884180848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "aai-ml", "timestamp": 1653884181853, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:16:24.304Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d2a9c38-c47e-4425-bab6-a2397ec0bdec 2022-05-30T04:16:24.304Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "policy-id", "timestamp": 1653884181754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "policy-id", "timestamp": 1653884182762, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:16:24.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:16:24.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:24.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-30T04:16:24.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d2a9c38-c47e-4425-bab6-a2397ec0bdec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6b1ca3a7-c63c-459c-8a80-d3492fdf5ada","serviceDescription":"service","serviceInvariantUUID":"3f9bd1d1-a772-4c5a-b109-6706cbb72de8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c89f8b19-3057-416b-9acb-7401abf5f415","resourceInvariantUUID":"e744308f-2f49-48b6-b1ef-585dd48cc748","resourceCustomizationUUID":"67e7f40b-712e-4151-b057-f91cb69b0ff7","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":"ZTRhMDVjOGNiMTc5NTQyMmIwZDJjN2Q3ODg2NGU5OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14f61ee4-f968-463f-891f-786fa223c11e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjQ2Njc0ZWYwMzBhM2VmYzE5MzYyOTkwZDlhZjhiMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"479343fd-4c07-4312-9be2-a7128302ace2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:16:24.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:16:24.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:16:24.658Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:16:24.658Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884184012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:16:24.758Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:16:24.759Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:16:24.759Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:24.796Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:24.796Z||pool-51-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:16:25.658Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:16:25.660Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:16:25.662Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:16:25.663Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884184012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:16:25.762Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:16:25.763Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:16:25.764Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:25.860Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:25.861Z||pool-52-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:16:26.664Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6b1ca3a7-c63c-459c-8a80-d3492fdf5ada", "serviceDescription": "service", "serviceInvariantUUID": "3f9bd1d1-a772-4c5a-b109-6706cbb72de8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "67e7f40b-712e-4151-b057-f91cb69b0ff7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c89f8b19-3057-416b-9acb-7401abf5f415", "resourceInvariantUUID": "e744308f-2f49-48b6-b1ef-585dd48cc748", "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": "ZjQ2Njc0ZWYwMzBhM2VmYzE5MzYyOTkwZDlhZjhiMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "479343fd-4c07-4312-9be2-a7128302ace2" } ], "workloadContext": "Production" } 2022-05-30T04:16:26.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:16:26.665Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada ASDC 2022-05-30T04:16:26.666Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6d2a9c38-c47e-4425-bab6-a2397ec0bdec ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6b1ca3a7-c63c-459c-8a80-d3492fdf5ada ServiceInvariantUUID:3f9bd1d1-a772-4c5a-b109-6706cbb72de8 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:479343fd-4c07-4312-9be2-a7128302ace2 ArtifactChecksum:ZjQ2Njc0ZWYwMzBhM2VmYzE5MzYyOTkwZDlhZjhiMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:67e7f40b-712e-4151-b057-f91cb69b0ff7 ResourceInvariantUUID:e744308f-2f49-48b6-b1ef-585dd48cc748 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c89f8b19-3057-416b-9acb-7401abf5f415 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-30T04:16:26.666Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:16:26.699Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:16:26.702Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:16:26.702Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:16:26.702Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 479343fd-4c07-4312-9be2-a7128302ace2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-30T04:16:26.703Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:16:26.703Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-30T04:16:26.790Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:16:26.794Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 479343fd-4c07-4312-9be2-a7128302ace2 52514 2022-05-30T04:16:26.794Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-30T04:16:26.795Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-30T04:16:26.795Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:16:26.795Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:16:26.797Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:16:26.798Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884186794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:16:26.898Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:16:26.899Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:16:26.899Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:26.940Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:26.941Z||pool-53-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:16:27.798Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:16:27.799Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:16:27.800Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 479343fd-4c07-4312-9be2-a7128302ace2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:27.800Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-30T04:16:27.800Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:27.800Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:27.888Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18231077997525613650/Definitions/service-BasicNetwork-template.yml 2022-05-30T04:16:28.169Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:16:28.169Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:16:28.169Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:16:28.170Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.171Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6b1ca3a7-c63c-459c-8a80-d3492fdf5ada Model Version:NULL Model InvariantUuid:3f9bd1d1-a772-4c5a-b109-6706cbb72de8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e744308f-2f49-48b6-b1ef-585dd48cc748 Model UUID:c29bb01c-336f-4045-b2e6-4631166e7ea5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:67e7f40b-712e-4151-b057-f91cb69b0ff7 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:16:28.182Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: c89f8b19-3057-416b-9acb-7401abf5f415 2022-05-30T04:16:28.182Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||No resources found for Service: 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:16:28.187Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500|| 2022-05-30T04:16:28.188Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-30T04:16:28.188Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada 2022-05-30T04:16:28.189Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada 2022-05-30T04:16:28.189Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-30T04:16:28.189Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:16:28.194Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12614bf1, org.onap.sdc.toscaparser.api.parameters.Input@b8d1a49, org.onap.sdc.toscaparser.api.parameters.Input@32727305, org.onap.sdc.toscaparser.api.parameters.Input@64195f7c, org.onap.sdc.toscaparser.api.parameters.Input@7c3fbecd] 2022-05-30T04:16:28.195Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada: Generic NeutronNet 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.196Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-30T04:16:28.230Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.230Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.230Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.231Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.231Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:16:28.231Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:16:28.231Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-30T04:16:28.271Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-30T04:16:28.271Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-30T04:16:28.272Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-30T04:16:28.272Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:16:28.272Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:16:28.273Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:16:28.273Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884188271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:16:28.374Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:16:28.374Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:16:28.374Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:16:28.401Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:16:28.401Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:16:29.274Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:16:29.288Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:16:29.291Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:16:29.291Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:16:29.291Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:16:29.291Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:16:59.291Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:16:59.303Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:16:59.309Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:16:59.309Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:16:59.309Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:16:59.309Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:17:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:17:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:17:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:17:24.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:17:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:17:24.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "policy-id", "timestamp": 1653884183765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:17:24.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d2a9c38-c47e-4425-bab6-a2397ec0bdec 2022-05-30T04:17:24.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:17:29.309Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:17:29.323Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:17:29.325Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:17:29.325Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:17:29.325Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:17:29.325Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:17:59.325Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:17:59.336Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:17:59.339Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:17:59.339Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:17:59.339Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:17:59.339Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:18:24.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:18:24.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:18:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:18:24.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:18:24.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884184012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884184358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "clamp", "timestamp": 1653884185472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884184012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884184358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884186794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "clamp", "timestamp": 1653884187481, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884187165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884188271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:18:24.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "clamp", "timestamp": 1653884188489, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:18:24.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d2a9c38-c47e-4425-bab6-a2397ec0bdec 2022-05-30T04:18:24.059Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:18:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884188769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:18:24.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:18:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:18:24.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884189773, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:18:24.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d2a9c38-c47e-4425-bab6-a2397ec0bdec 2022-05-30T04:18:24.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:18:29.340Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:18:29.352Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:18:29.356Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:18:29.356Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:18:29.356Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:18:29.356Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:18:29.356Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:18:29.357Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:18:29.362Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:18:59.363Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:18:59.371Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and serviceModelVersionId: 6b1ca3a7-c63c-459c-8a80-d3492fdf5ada 2022-05-30T04:18:59.372Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f9bd1d1-a772-4c5a-b109-6706cbb72de8 2022-05-30T04:18:59.374Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0 2022-05-30T04:18:59.378Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:18:59.447Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-30T04:18:59.449Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0|INFO|500||Invoke 2022-05-30T04:18:59.466Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:18:59.585Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0|INFO|500||InvokeReturn 2022-05-30T04:18:59.585Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f9bd1d1-a772-4c5a-b109-6706cbb72de8/model-vers/model-ver/6b1ca3a7-c63c-459c-8a80-d3492fdf5ada?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-04:18:58:435-8243], vertex-id=[233576], Content-Length=[0], Date=[Mon, 30 May 2022 04:18:58 GMT], Content-Type=[application/json]} 2022-05-30T04:18:59.586Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:18:59.587Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:18:59.587Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:18:59.593Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:18:59.594Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d2a9c38-c47e-4425-bab6-a2397ec0bdec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:18:59.594Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:18:59.594Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:18:59.595Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:18:59.596Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884339594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:18:59.696Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:18:59.697Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:18:59.697Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:18:59.712Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:18:59.713Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:19:00.608Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:19:00.609Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:19:00.609Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:05.034Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:05.035Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-30T04:19:05.035Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0618479a-eaaa-4517-8f8f-9660a1c3cdfd","serviceName":"Demo_pNF_ImvHfazIHeIRSucr9DKQ","serviceVersion":"1.0","serviceUUID":"ab54a2e0-f728-493a-bda3-2603f21bb391","serviceDescription":"catalog service description","serviceInvariantUUID":"c6045d7a-ba54-4856-b5de-88b389f068f8","resources":[{"resourceInstanceName":"pNF faafd18e-a73d 0","resourceName":"pNF faafd18e-a73d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b11d4327-db44-423a-99d8-841ba012d73d","resourceInvariantUUID":"6cbe225a-d4f4-4f9e-888c-b99264edde21","resourceCustomizationUUID":"aeaaa74c-ca64-46c9-8821-96c458db62be","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml","artifactChecksum":"ZTViZGI1NjZhODA4ZmU5MDgxNDMxZWJjNzQzMTc1MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3651d564-300d-4466-b58d-985c7a04cfc7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar","artifactChecksum":"YjM5MmE4YjI4ZDhiMjJkNDY2OTA1ZGQ5YTc0ZWY0NTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a55cd7c-6f09-470d-b422-7f49318347b7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12fad409-6097-4533-9b00-165a5725fabb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml","artifactChecksum":"NjMzMGY2N2Q0ZmE1N2E0Y2Y0YjFmZjcyNjU0ZDNjMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dfa1ae07-b2c7-4105-aa7a-fd0c7603a882","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"525db2f0-976f-4cb7-87ee-1f2cb2f7f3e0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cfeff4b-7b64-4207-b210-815ddb073cb4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfImvhfaziheirsucr9dkq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml","artifactChecksum":"ZTNlNWQ0MWVkMTc1MjU2NzA5MWIxMDNjYzg2ZWQyMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67cb9239-618c-4a73-a6c2-91c51ee45636","artifactVersion":"1"},{"artifactName":"service-DemoPnfImvhfaziheirsucr9dkq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar","artifactChecksum":"ZmQxYjlhMzA4ZmJiMjI3OWE0OGU0NTMzZDNiNGZlNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b01d1eba-86f6-44df-b00a-00b6bd4356ff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:19:05.037Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:05.038Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:05.039Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:05.039Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:05.139Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:05.140Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:05.140Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:05.154Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:05.154Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:06.040Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:06.041Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:06.043Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:06.043Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:06.144Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:06.145Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:06.145Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:06.159Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:06.159Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:19:07.044Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:07.045Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:07.047Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:07.047Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:07.147Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:07.148Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:07.148Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:07.163Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:07.164Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:08.048Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:08.048Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:08.050Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:08.051Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:08.151Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:08.151Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:08.152Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:08.168Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:08.169Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:09.051Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:09.051Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:09.057Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:09.057Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:09.154Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-05-30T04:19:09.155Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:09.155Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:09.212Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:09.212Z||pool-60-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:10.057Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:10.058Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:10.060Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:10.061Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:10.161Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:10.162Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:10.162Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:10.194Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:10.196Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:19:11.061Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:11.062Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:11.065Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:11.065Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:11.165Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:19:11.165Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:11.165Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:11.181Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:11.182Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:12.066Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:19:12.066Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:12.068Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:12.068Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:12.168Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:12.170Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:12.170Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:12.199Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:12.200Z||pool-63-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:13.069Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "serviceName": "Demo_pNF_ImvHfazIHeIRSucr9DKQ", "serviceVersion": "1.0", "serviceUUID": "ab54a2e0-f728-493a-bda3-2603f21bb391", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c6045d7a-ba54-4856-b5de-88b389f068f8", "resources": [ { "resourceInstanceName": "pNF faafd18e-a73d 0", "resourceCustomizationUUID": "aeaaa74c-ca64-46c9-8821-96c458db62be", "resourceName": "pNF faafd18e-a73d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b11d4327-db44-423a-99d8-841ba012d73d", "resourceInvariantUUID": "6cbe225a-d4f4-4f9e-888c-b99264edde21", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "artifactChecksum": "ZmQxYjlhMzA4ZmJiMjI3OWE0OGU0NTMzZDNiNGZlNzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b01d1eba-86f6-44df-b00a-00b6bd4356ff" } ], "workloadContext": "Production" } 2022-05-30T04:19:13.070Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:19:13.070Z|6d2a9c38-c47e-4425-bab6-a2397ec0bdec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ab54a2e0-f728-493a-bda3-2603f21bb391 ASDC 2022-05-30T04:19:13.070Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0618479a-eaaa-4517-8f8f-9660a1c3cdfd ServiceName:Demo_pNF_ImvHfazIHeIRSucr9DKQ ServiceVersion:1.0 ServiceUUID:ab54a2e0-f728-493a-bda3-2603f21bb391 ServiceInvariantUUID:c6045d7a-ba54-4856-b5de-88b389f068f8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfImvhfaziheirsucr9dkq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar ArtifactUUID:b01d1eba-86f6-44df-b00a-00b6bd4356ff ArtifactChecksum:ZmQxYjlhMzA4ZmJiMjI3OWE0OGU0NTMzZDNiNGZlNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF faafd18e-a73d 0 ResourceCustomizationUUID:aeaaa74c-ca64-46c9-8821-96c458db62be ResourceInvariantUUID:6cbe225a-d4f4-4f9e-888c-b99264edde21 ResourceName:pNF faafd18e-a73d ResourceType:PNF ResourceUUID:b11d4327-db44-423a-99d8-841ba012d73d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-30T04:19:13.070Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab54a2e0-f728-493a-bda3-2603f21bb391 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:13.095Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:19:13.096Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:19:13.096Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:19:13.096Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b01d1eba-86f6-44df-b00a-00b6bd4356ff from URL: /sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:13.096Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:19:13.096Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:13.508Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:19:13.511Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar b01d1eba-86f6-44df-b00a-00b6bd4356ff 82647 2022-05-30T04:19:13.511Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar ASDC sendASDCNotification 2022-05-30T04:19:13.511Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:13.511Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:19:13.511Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:13.513Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:13.513Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884353511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:13.613Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:19:13.614Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:13.614Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:13.627Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:13.628Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:14.513Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:19:14.514Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:19:14.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b01d1eba-86f6-44df-b00a-00b6bd4356ff, URL: /sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar to file: /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:14.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:14.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:14.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:14.578Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13569013907644729611/Definitions/service-DemoPnfImvhfaziheirsucr9dkq-template.yml 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF faafd18e-a73d 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-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.103Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Node template pNF faafd18e-a73d 0 is matching search criteria 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF faafd18e-a73d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Node template pNF faafd18e-a73d 0 is matching search criteria 2022-05-30T04:19:15.104Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF faafd18e-a73d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.105Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ImvHfazIHeIRSucr9DKQ Description:catalog service description Model UUID:ab54a2e0-f728-493a-bda3-2603f21bb391 Model Version:NULL Model InvariantUuid:c6045d7a-ba54-4856-b5de-88b389f068f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:19:15.112Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b11d4327-db44-423a-99d8-841ba012d73d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:19:15.115Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||pNF faafd18e-a73d 0 2022-05-30T04:19:15.115Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b11d4327-db44-423a-99d8-841ba012d73d 2022-05-30T04:19:15.115Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ab54a2e0-f728-493a-bda3-2603f21bb391 2022-05-30T04:19:15.115Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ab54a2e0-f728-493a-bda3-2603f21bb391 2022-05-30T04:19:15.115Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF faafd18e-a73d 0 b11d4327-db44-423a-99d8-841ba012d73d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:19:15.119Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@104daade, org.onap.sdc.toscaparser.api.parameters.Input@715d66f3, org.onap.sdc.toscaparser.api.parameters.Input@49bf19a, org.onap.sdc.toscaparser.api.parameters.Input@6e92783f, org.onap.sdc.toscaparser.api.parameters.Input@13f43469] 2022-05-30T04:19:15.119Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ab54a2e0-f728-493a-bda3-2603f21bb391: pNF faafd18e-a73d 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Processing PNF resource: b11d4327-db44-423a-99d8-841ba012d73d 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ImvHfazIHeIRSucr9DKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:19:15.120Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||Resource customization UUID: aeaaa74c-ca64-46c9-8821-96c458db62be is the same as notified resource customizationUUID: aeaaa74c-ca64-46c9-8821-96c458db62be Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-30T04:19:15.156Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF faafd18e-a73d b11d4327-db44-423a-99d8-841ba012d73d 0 ASDC deployResourceStructure 2022-05-30T04:19:15.156Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar ASDC sendASDCNotification 2022-05-30T04:19:15.157Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar 2022-05-30T04:19:15.157Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:19:15.157Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:19:15.159Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:19:15.159Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884355156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:15.260Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:19:15.261Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:19:15.261Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:15.275Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:15.276Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:19:16.159Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:19:16.176Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:19:16.178Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:19:16.179Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:19:16.179Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:19:24.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:19:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:19:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:19:24.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:19:24.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "multicloud-k8s-id", "timestamp": 1653884243208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884238763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884244359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884256413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884256488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884249087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884257419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884257814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884258434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "policy-id", "timestamp": 1653884258423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.091Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.091Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "cds", "timestamp": 1653884258820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.103Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.103Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884259438, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884253181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884262187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884255844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884263293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884264996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.126Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "ves-openapi-manager", "timestamp": 1653884264296, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.131Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.131Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884258881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884269149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "aai-ml", "timestamp": 1653884270154, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.156Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.156Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884273483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884275490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "clamp", "timestamp": 1653884276493, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0618479a-eaaa-4517-8f8f-9660a1c3cdfd 2022-05-30T04:19:24.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884283208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884285844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884279087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884278763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884295102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884294935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884294331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884295086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884288881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "cds", "timestamp": 1653884295943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.202Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:19:24.202Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884296091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884295489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "policy-id", "timestamp": 1653884297094, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.215Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:19:24.215Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884296646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884297669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:19:24.230Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "multicloud-k8s-id", "timestamp": 1653884298681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "ves-openapi-manager", "timestamp": 1653884293180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:19:24.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884302047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:19:24.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:24.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "aai-ml", "timestamp": 1653884303057, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:24.240Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:19:24.241Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:19:24.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:19:24.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884303487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:19:24.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:19:46.179Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:19:46.191Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:19:46.194Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:19:46.194Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:19:46.194Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:19:46.194Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:19:46.194Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:19:46.195Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:19:46.199Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:20:16.200Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:20:16.208Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and serviceModelVersionId: ab54a2e0-f728-493a-bda3-2603f21bb391 2022-05-30T04:20:16.209Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6045d7a-ba54-4856-b5de-88b389f068f8 2022-05-30T04:20:16.210Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0 2022-05-30T04:20:16.214Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:20:16.245Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0|INFO|500||Invoke 2022-05-30T04:20:16.246Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0618479a-eaaa-4517-8f8f-9660a1c3cdfd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3c5549f-7c94-4536-b06b-ccf2bab59af1], X-ECOMP-RequestID=[0618479a-eaaa-4517-8f8f-9660a1c3cdfd], X-TransactionId=[], X-ONAP-RequestID=[0618479a-eaaa-4517-8f8f-9660a1c3cdfd], Content-Type=[application/merge-patch+json]} 2022-05-30T04:20:16.260Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:20:16.486Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?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/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:20:15:230-85388], vertex-id=[663776], Content-Length=[0], Date=[Mon, 30 May 2022 04:20:15 GMT], Content-Type=[application/json]} 2022-05-30T04:20:16.487Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:20:16.488Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6045d7a-ba54-4856-b5de-88b389f068f8/model-vers/model-ver/ab54a2e0-f728-493a-bda3-2603f21bb391?depth=0|INFO|500||InvokeReturn 2022-05-30T04:20:16.489Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:20:16.489Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:20:16.498Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:20:16.498Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0618479a-eaaa-4517-8f8f-9660a1c3cdfd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:20:16.498Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:20:16.499Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:16.501Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:16.501Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884416498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:20:16.601Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:16.602Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:16.602Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:16.623Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:16.624Z||pool-66-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-05-30T04:20:17.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-30T04:20:17.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f41a037-c848-4629-9f4b-701b504bc6d3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f06e3307-fb12-47bb-a1be-93867958fd21","serviceDescription":"service","serviceInvariantUUID":"7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79341a25-507c-4c2a-ab7f-f2d31e836b99","resourceInvariantUUID":"07491673-c1c9-48d9-80a0-c8f82a8a2f04","resourceCustomizationUUID":"ecb41299-c012-44f4-beea-f76fcdd3d40e","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":"NzAwNWZkNzg2MDBmMGRjOTc5NmRlZmU5OTFiMzYyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac46f9ab-1b0b-4dac-8a63-8f2a4187ab5e","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":"YjVhNTkyMTJmMTk4ZjQzYWJkN2JjYTU4YmI1ZWYyYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce82c546-0e28-42ea-b700-6667053c0b9b","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":"c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe","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":"c1248cf8-a9ea-40ec-acd2-6261f68ec407","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":"d3021d64-dd09-4cd6-b25b-42a291e91db7","artifactVersion":"2","generatedFromUUID":"c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTIwNTVmZTJmZDg4NGY2MDlkZDg0OTFiZDZmNDlhYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b30c3195-e690-46cb-a4b8-877344fa244c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2NjM2Q3NjUyZGU4YmYwMTNlZDdkODQzODZlMThmODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12306ce4-7a97-41b3-9109-f238e2d97484","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:20:17.515Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:17.516Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:17.518Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:17.519Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:17.618Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:20:17.619Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:17.619Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:17.633Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:17.634Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:20:18.521Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:18.522Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:18.524Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:18.524Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:20:18.624Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:18.625Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:18.625Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:18.640Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:18.641Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:20:19.525Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:19.525Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:19.526Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:19.527Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:20:19.628Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:20:19.629Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:19.629Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:19.649Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:19.650Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:20:20.527Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:20.528Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:20.530Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:20.530Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:20.630Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:20.631Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:20.631Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:20.645Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:20.646Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:21.530Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:21.531Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:21.533Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:21.533Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:20:21.633Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:21.634Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:21.635Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:21.647Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:21.648Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:22.534Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:22.534Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:22.535Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:22.536Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:22.636Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:22.636Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:22.637Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:22.654Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:22.655Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:23.536Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:20:23.537Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:23.539Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:23.539Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:23.640Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:20:23.641Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:23.641Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:23.655Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:23.656Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:24.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:20:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:20:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:24.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:24.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884305495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "clamp", "timestamp": 1653884306499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.055Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:20:24.056Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884304358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884312406, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884314787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884315793, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f41a037-c848-4629-9f4b-701b504bc6d3 2022-05-30T04:20:24.072Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f41a037-c848-4629-9f4b-701b504bc6d3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884303207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884309087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "ves-openapi-manager", "timestamp": 1653884313180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884324048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884323360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "cds", "timestamp": 1653884325055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.095Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884324843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884325953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884326024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884318881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884318763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884327236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884328654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884328269, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884329659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "multicloud-k8s-id", "timestamp": 1653884329272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "policy-id", "timestamp": 1653884330662, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.116Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:20:24.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884333046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884333491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "aai-ml", "timestamp": 1653884334050, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.125Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.125Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884335499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "clamp", "timestamp": 1653884336503, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.135Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d2a9c38-c47e-4425-bab6-a2397ec0bdec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884339594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884334358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884344208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884346465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653884347469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:24.152Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 488c19f7-343e-4aef-b42b-340d7baa453f 2022-05-30T04:20:24.152Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c19f7-343e-4aef-b42b-340d7baa453f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/resourceInstances/pnffaafd18ea73d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884353511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884355156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfImvhfaziheirsucr9dkq/1.0/artifacts/service-DemoPnfImvhfaziheirsucr9dkq-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:24.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:20:24.540Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f06e3307-fb12-47bb-a1be-93867958fd21", "serviceDescription": "service", "serviceInvariantUUID": "7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ecb41299-c012-44f4-beea-f76fcdd3d40e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79341a25-507c-4c2a-ab7f-f2d31e836b99", "resourceInvariantUUID": "07491673-c1c9-48d9-80a0-c8f82a8a2f04", "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": "YjVhNTkyMTJmMTk4ZjQzYWJkN2JjYTU4YmI1ZWYyYzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce82c546-0e28-42ea-b700-6667053c0b9b", "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": "c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe", "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": "d3021d64-dd09-4cd6-b25b-42a291e91db7", "generatedFromUUID": "c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe" }, "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": "d3021d64-dd09-4cd6-b25b-42a291e91db7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2NjM2Q3NjUyZGU4YmYwMTNlZDdkODQzODZlMThmODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12306ce4-7a97-41b3-9109-f238e2d97484" } ], "workloadContext": "Production" } 2022-05-30T04:20:24.541Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:20:24.541Z|0618479a-eaaa-4517-8f8f-9660a1c3cdfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f06e3307-fb12-47bb-a1be-93867958fd21 ASDC 2022-05-30T04:20:24.541Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6f41a037-c848-4629-9f4b-701b504bc6d3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f06e3307-fb12-47bb-a1be-93867958fd21 ServiceInvariantUUID:7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9 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:12306ce4-7a97-41b3-9109-f238e2d97484 ArtifactChecksum:M2NjM2Q3NjUyZGU4YmYwMTNlZDdkODQzODZlMThmODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ecb41299-c012-44f4-beea-f76fcdd3d40e ResourceInvariantUUID:07491673-c1c9-48d9-80a0-c8f82a8a2f04 ResourceName:basic_vm ResourceType:VF ResourceUUID:79341a25-507c-4c2a-ab7f-f2d31e836b99 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:ce82c546-0e28-42ea-b700-6667053c0b9b ArtifactChecksum:YjVhNTkyMTJmMTk4ZjQzYWJkN2JjYTU4YmI1ZWYyYzk= 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:c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe 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:d3021d64-dd09-4cd6-b25b-42a291e91db7 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:d3021d64-dd09-4cd6-b25b-42a291e91db7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:20:24.541Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f06e3307-fb12-47bb-a1be-93867958fd21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:20:24.565Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:20:24.566Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:20:24.566Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:20:24.566Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 12306ce4-7a97-41b3-9109-f238e2d97484 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-30T04:20:24.566Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:20:24.566Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-30T04:20:24.649Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:20:24.652Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 12306ce4-7a97-41b3-9109-f238e2d97484 71057 2022-05-30T04:20:24.653Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-30T04:20:24.653Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-30T04:20:24.653Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:20:24.653Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:24.655Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:24.655Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884424652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:24.756Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:20:24.757Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:24.757Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:24.769Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:24.770Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:25.656Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:20:25.656Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:20:25.657Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 12306ce4-7a97-41b3-9109-f238e2d97484, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:25.657Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-30T04:20:25.658Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:25.658Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:25.778Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14741065197176817481/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-30T04:20:26.471Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:20:26.472Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-30T04:20:26.473Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-30T04:20:26.474Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-30T04:20:26.474Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:26.475Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:26.476Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5d0e079-aea9-4db6-92ad-e4375181f04a 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.477Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.478Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.478Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.478Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.478Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:26.479Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:26.479Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f06e3307-fb12-47bb-a1be-93867958fd21 Model Version:NULL Model InvariantUuid:7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:93bd6413-2f27-494f-ae5e-8e246070a19b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:07491673-c1c9-48d9-80a0-c8f82a8a2f04 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ecb41299-c012-44f4-beea-f76fcdd3d40e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:db824c7f-bbc6-4b8f-83b3-75f565388ff1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:386aa74a-ea91-4a76-af26-f894e4d45a7d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5d0e079-aea9-4db6-92ad-e4375181f04a ModelInvariantUuid:1ac741e1-ac83-43b2-9aa1-682c367b7491 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:71763246-07ab-43e1-a005-f22672d442c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a2ff4c32-5f18-475f-a7a2-6540e93aa074 ModelInvariantUuid:c0b7244d-77b3-4463-af1b-5fa2bc4825db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f5a1cb8b-d833-4e28-85f2-50b22c74baad ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:20:26.493Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 79341a25-507c-4c2a-ab7f-f2d31e836b99 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:20:26.498Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-05-30T04:20:26.499Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79341a25-507c-4c2a-ab7f-f2d31e836b99 2022-05-30T04:20:26.499Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce82c546-0e28-42ea-b700-6667053c0b9b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-30T04:20:26.499Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:20:26.499Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-30T04:20:26.629Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:20:26.630Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ce82c546-0e28-42ea-b700-6667053c0b9b 787 2022-05-30T04:20:26.630Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-30T04:20:26.630Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-30T04:20:26.630Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:20:26.630Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:26.633Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:26.633Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884426630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:26.733Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:26.734Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:26.734Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:26.747Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:26.748Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:27.633Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "db824c7f-bbc6-4b8f-83b3-75f565388ff1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "386aa74a-ea91-4a76-af26-f894e4d45a7d", "vfModuleModelCustomizationUUID": "e81d4c9e-de65-4adf-83a5-f935a2b79565", "isBase": true, "artifacts": [ "c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe", "d3021d64-dd09-4cd6-b25b-42a291e91db7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:20:27.638Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:386aa74a-ea91-4a76-af26-f894e4d45a7d VfModuleModelInvariantUUID:db824c7f-bbc6-4b8f-83b3-75f565388ff1 VfModuleModelDescription:NULL Artifacts UUID List:{ c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe , d3021d64-dd09-4cd6-b25b-42a291e91db7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:20:27.640Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "db824c7f-bbc6-4b8f-83b3-75f565388ff1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "386aa74a-ea91-4a76-af26-f894e4d45a7d", "vfModuleModelCustomizationUUID": "e81d4c9e-de65-4adf-83a5-f935a2b79565", "isBase": true, "artifacts": [ "c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe", "d3021d64-dd09-4cd6-b25b-42a291e91db7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:20:27.640Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:386aa74a-ea91-4a76-af26-f894e4d45a7d VfModuleModelInvariantUUID:db824c7f-bbc6-4b8f-83b3-75f565388ff1 VfModuleModelDescription:NULL Artifacts UUID List:{ c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe , d3021d64-dd09-4cd6-b25b-42a291e91db7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:20:27.640Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-30T04:20:27.640Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:20:27.640Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-30T04:20:27.698Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:20:27.699Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c11ba1ff-c8d2-4e7b-a49c-6fcae26cacbe 5033 2022-05-30T04:20:27.699Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-30T04:20:27.699Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-30T04:20:27.699Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:20:27.701Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:27.703Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:27.703Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884427699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:27.803Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:27.805Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:27.805Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:27.818Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:27.819Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:28.707Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3021d64-dd09-4cd6-b25b-42a291e91db7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-30T04:20:28.708Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:20:28.708Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-30T04:20:28.771Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:20:28.771Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d3021d64-dd09-4cd6-b25b-42a291e91db7 903 2022-05-30T04:20:28.772Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-30T04:20:28.772Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-30T04:20:28.772Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:20:28.772Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:28.774Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:28.774Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884428772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:20:28.874Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:28.875Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:28.875Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:28.906Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:28.906Z||pool-77-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:29.776Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f06e3307-fb12-47bb-a1be-93867958fd21 2022-05-30T04:20:29.776Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 79341a25-507c-4c2a-ab7f-f2d31e836b99 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:20:29.793Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69374113, org.onap.sdc.toscaparser.api.parameters.Input@2533c72e, org.onap.sdc.toscaparser.api.parameters.Input@fa53d85, org.onap.sdc.toscaparser.api.parameters.Input@1495bd52, org.onap.sdc.toscaparser.api.parameters.Input@4779590a] 2022-05-30T04:20:29.794Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.794Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.794Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:20:29.795Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ecb41299-c012-44f4-beea-f76fcdd3d40e 2022-05-30T04:20:29.795Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecb41299-c012-44f4-beea-f76fcdd3d40e matches Tosca VF Customization UUID: ecb41299-c012-44f4-beea-f76fcdd3d40e 2022-05-30T04:20:29.795Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ecb41299-c012-44f4-beea-f76fcdd3d40e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:20:29.798Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.799Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.799Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ecb41299-c012-44f4-beea-f76fcdd3d40e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-30T04:20:29.799Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63e1e64e 2022-05-30T04:20:29.799Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.799Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:20:29.800Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e81d4c9e-de65-4adf-83a5-f935a2b79565 2022-05-30T04:20:29.800Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e81d4c9e-de65-4adf-83a5-f935a2b79565 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:20:29.802Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.802Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:29.802Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:20:29.803Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5d0e079-aea9-4db6-92ad-e4375181f04a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:20:29.805Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.805Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:29.806Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:20:29.806Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.806Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-30T04:20:29.806Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ecb41299-c012-44f4-beea-f76fcdd3d40e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f06e3307-fb12-47bb-a1be-93867958fd21: basic_vm 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.808Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.809Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:20:29.809Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:20:29.809Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:20:29.888Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 79341a25-507c-4c2a-ab7f-f2d31e836b99 1 ASDC deployResourceStructure 2022-05-30T04:20:29.889Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-30T04:20:29.889Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-30T04:20:29.889Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:20:29.889Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:29.891Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:29.891Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884429889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:20:29.991Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:29.992Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:29.992Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:30.008Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:30.009Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:30.892Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-30T04:20:30.892Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-30T04:20:30.893Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:20:30.893Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:30.894Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:30.894Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884430892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:20:30.995Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:30.997Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:30.997Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:31.013Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:31.013Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:31.895Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-30T04:20:31.895Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-30T04:20:31.895Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:20:31.896Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:31.897Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:31.898Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884431895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-30T04:20:31.998Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:31.999Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:31.999Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:32.012Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:32.013Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:32.900Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-30T04:20:32.900Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-30T04:20:32.901Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:20:32.901Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:20:32.903Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:20:32.903Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884432900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:20:33.003Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:20:33.004Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:20:33.004Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:20:33.021Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:20:33.022Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:20:33.904Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f41a037-c848-4629-9f4b-701b504bc6d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:20:33.915Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f41a037-c848-4629-9f4b-701b504bc6d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:20:33.918Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:20:33.923Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:21:03.924Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f41a037-c848-4629-9f4b-701b504bc6d3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:21:03.933Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f41a037-c848-4629-9f4b-701b504bc6d3 and serviceModelVersionId: f06e3307-fb12-47bb-a1be-93867958fd21 2022-05-30T04:21:03.933Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9 2022-05-30T04:21:03.934Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0 2022-05-30T04:21:03.939Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:21:03.972Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0|INFO|500||Invoke 2022-05-30T04:21:03.973Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f41a037-c848-4629-9f4b-701b504bc6d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73c4182f-e4e0-4d91-a619-ef3e4df5b455], X-ECOMP-RequestID=[6f41a037-c848-4629-9f4b-701b504bc6d3], X-TransactionId=[], X-ONAP-RequestID=[6f41a037-c848-4629-9f4b-701b504bc6d3], Content-Type=[application/merge-patch+json]} 2022-05-30T04:21:03.989Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:21:04.312Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?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/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-04:21:02:959-85838], vertex-id=[221312], Content-Length=[0], Date=[Mon, 30 May 2022 04:21:02 GMT], Content-Type=[application/json]} 2022-05-30T04:21:04.312Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:21:04.313Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a65d23c-f16d-48a6-85f4-8eb9a4ca1cf9/model-vers/model-ver/f06e3307-fb12-47bb-a1be-93867958fd21?depth=0|INFO|500||InvokeReturn 2022-05-30T04:21:04.313Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:21:04.313Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:21:04.317Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:21:04.317Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f41a037-c848-4629-9f4b-701b504bc6d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:21:04.317Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:21:04.318Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:04.319Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:04.319Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884464317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:21:04.419Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:04.420Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:04.421Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:04.440Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:04.440Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:21:05.332Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-30T04:21:05.332Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"488c19f7-343e-4aef-b42b-340d7baa453f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3bd2818d-70d1-4109-8e9b-80d14a04615d","serviceDescription":"service","serviceInvariantUUID":"f4edb66e-3d71-4657-86de-bc96cb705df2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"64522fd9-eb3a-4b21-ad1a-9c204dddaa6f","resourceInvariantUUID":"a06a6075-c888-456a-a294-1a8610a583c5","resourceCustomizationUUID":"72a87753-6ee3-4734-99ca-9c5b927205bc","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":"ZTIyYzJhN2ZlMTdjYzU5YTk5MWUxZGQ4MzBmZmU2YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62112745-fb79-491c-8578-0dd91842da08","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":"27152ed8-b27b-463c-97d7-cac0e84122f3","artifactVersion":"2","generatedFromUUID":"46bf3ebf-d01b-4be5-9179-657f562c17da"},{"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":"46bf3ebf-d01b-4be5-9179-657f562c17da","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":"OTFjYzE5NmQyYWMwODUwMTRiNWU2NTQ5ZDY2YmQwZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18451fcf-1bac-4316-a942-21a520efda18","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":"f9ee9b2f-8403-4545-b341-58ac6883207b","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":"a98d85f7-d447-4bec-9c24-30fb4dcac6a9","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":"d7e2cf4f-69b1-414b-8f61-5a9f5850ee77","artifactVersion":"2","generatedFromUUID":"f9ee9b2f-8403-4545-b341-58ac6883207b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTBkNWZlMGJhNTU3MmVkOTAzMzJjZmFmOWI3ZDk5OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67545d65-8daa-4274-adf8-aee24b0552bf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTJlYjc4NDRhMmFhYmY3NmYxOWViMDk1MDcyNmIyYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c91d9c2-6f47-4853-91cc-f2b79a43aecf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:21:05.333Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:05.333Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:05.335Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:05.335Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:05.435Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:05.436Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:05.436Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:05.453Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:05.454Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:06.335Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:06.336Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:06.337Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:06.337Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-30T04:21:06.438Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:06.439Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:06.439Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:06.454Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:06.455Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:07.338Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:07.338Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:07.340Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:07.341Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-30T04:21:07.441Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:21:07.441Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:07.442Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:07.456Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:07.456Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:08.341Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:08.341Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:08.343Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:08.343Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:21:08.443Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:08.444Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:08.444Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:08.456Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:08.456Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:09.344Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:09.344Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:09.345Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:09.345Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-30T04:21:09.446Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:09.447Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:09.447Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:09.477Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:09.478Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:10.346Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:10.346Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:10.349Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:10.349Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:10.449Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:10.450Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:10.450Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:10.476Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:10.477Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:21:11.350Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:11.350Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:11.352Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:11.352Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-30T04:21:11.453Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:11.454Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:11.454Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:11.472Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:11.472Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:12.353Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:12.353Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:12.355Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:12.355Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:12.455Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:12.456Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:12.456Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:12.480Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:12.481Z||pool-90-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:13.355Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:21:13.356Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:13.357Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:13.357Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:21:13.458Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:13.459Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:13.459Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:13.475Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:13.475Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:14.361Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3bd2818d-70d1-4109-8e9b-80d14a04615d", "serviceDescription": "service", "serviceInvariantUUID": "f4edb66e-3d71-4657-86de-bc96cb705df2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "72a87753-6ee3-4734-99ca-9c5b927205bc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "64522fd9-eb3a-4b21-ad1a-9c204dddaa6f", "resourceInvariantUUID": "a06a6075-c888-456a-a294-1a8610a583c5", "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": "27152ed8-b27b-463c-97d7-cac0e84122f3", "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": "46bf3ebf-d01b-4be5-9179-657f562c17da", "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": "OTFjYzE5NmQyYWMwODUwMTRiNWU2NTQ5ZDY2YmQwZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18451fcf-1bac-4316-a942-21a520efda18", "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": "f9ee9b2f-8403-4545-b341-58ac6883207b", "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": "d7e2cf4f-69b1-414b-8f61-5a9f5850ee77", "generatedFromUUID": "f9ee9b2f-8403-4545-b341-58ac6883207b" }, "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": "d7e2cf4f-69b1-414b-8f61-5a9f5850ee77", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTJlYjc4NDRhMmFhYmY3NmYxOWViMDk1MDcyNmIyYjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c91d9c2-6f47-4853-91cc-f2b79a43aecf" } ], "workloadContext": "Production" } 2022-05-30T04:21:14.362Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:21:14.363Z|6f41a037-c848-4629-9f4b-701b504bc6d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3bd2818d-70d1-4109-8e9b-80d14a04615d ASDC 2022-05-30T04:21:14.363Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:488c19f7-343e-4aef-b42b-340d7baa453f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3bd2818d-70d1-4109-8e9b-80d14a04615d ServiceInvariantUUID:f4edb66e-3d71-4657-86de-bc96cb705df2 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:3c91d9c2-6f47-4853-91cc-f2b79a43aecf ArtifactChecksum:OTJlYjc4NDRhMmFhYmY3NmYxOWViMDk1MDcyNmIyYjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:72a87753-6ee3-4734-99ca-9c5b927205bc ResourceInvariantUUID:a06a6075-c888-456a-a294-1a8610a583c5 ResourceName:basic_cnf ResourceType:VF ResourceUUID:64522fd9-eb3a-4b21-ad1a-9c204dddaa6f 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:27152ed8-b27b-463c-97d7-cac0e84122f3 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:46bf3ebf-d01b-4be5-9179-657f562c17da 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:18451fcf-1bac-4316-a942-21a520efda18 ArtifactChecksum:OTFjYzE5NmQyYWMwODUwMTRiNWU2NTQ5ZDY2YmQwZTI= 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:f9ee9b2f-8403-4545-b341-58ac6883207b 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:d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 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:d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:21:14.364Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bd2818d-70d1-4109-8e9b-80d14a04615d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:21:14.398Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:21:14.399Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:21:14.400Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:21:14.400Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c91d9c2-6f47-4853-91cc-f2b79a43aecf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-30T04:21:14.400Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:14.400Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-30T04:21:15.102Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:15.105Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3c91d9c2-6f47-4853-91cc-f2b79a43aecf 68963 2022-05-30T04:21:15.106Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-30T04:21:15.106Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-30T04:21:15.106Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:15.106Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:15.108Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:15.108Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884475106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:15.208Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:15.208Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:15.209Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:15.222Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:15.222Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:16.108Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:21:16.109Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-30T04:21:16.109Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3c91d9c2-6f47-4853-91cc-f2b79a43aecf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.110Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-30T04:21:16.110Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.110Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.220Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14263813819972933952/Definitions/service-BasicCnf-template.yml 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-30T04:21:16.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-30T04:21:16.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=864de09c-9246-4594-a2ab-c86a901e4534 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:16.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3bd2818d-70d1-4109-8e9b-80d14a04615d Model Version:NULL Model InvariantUuid:f4edb66e-3d71-4657-86de-bc96cb705df2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:aa714fa2-11e2-4743-9556-e02a1b632027 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a06a6075-c888-456a-a294-1a8610a583c5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:72a87753-6ee3-4734-99ca-9c5b927205bc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0282d7a8-066c-4bd7-8327-c8b03bf193c4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:dd834891-7c78-4976-94e4-86543896651a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:864de09c-9246-4594-a2ab-c86a901e4534 ModelInvariantUuid:f0b967de-a307-48fb-b725-8bee4f665599 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0b9ec607-c423-4ce3-9171-f79099fb09ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:69df11dd-517d-4515-9fc8-156b501ae645 ModelInvariantUuid:5869061c-6714-46c5-8e19-e2d77d5d6ce1 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ee6565b8-4deb-4409-b091-55d2915b18a1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:21:16.936Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 64522fd9-eb3a-4b21-ad1a-9c204dddaa6f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:21:16.938Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-05-30T04:21:16.939Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 64522fd9-eb3a-4b21-ad1a-9c204dddaa6f 2022-05-30T04:21:16.939Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27152ed8-b27b-463c-97d7-cac0e84122f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-30T04:21:16.939Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:16.939Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-30T04:21:17.262Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:17.263Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 27152ed8-b27b-463c-97d7-cac0e84122f3 12 2022-05-30T04:21:17.264Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-30T04:21:17.264Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-30T04:21:17.264Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:17.264Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:17.266Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:17.266Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884477263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:17.366Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:17.368Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:17.368Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:17.382Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:17.383Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:18.267Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 46bf3ebf-d01b-4be5-9179-657f562c17da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-30T04:21:18.267Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:18.267Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-30T04:21:18.558Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:18.559Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 46bf3ebf-d01b-4be5-9179-657f562c17da 2688 2022-05-30T04:21:18.559Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-30T04:21:18.559Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-30T04:21:18.559Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:18.560Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:18.561Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:18.561Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884478559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:18.662Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:21:18.663Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:18.663Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:18.680Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:18.680Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:19.562Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18451fcf-1bac-4316-a942-21a520efda18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-30T04:21:19.563Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:19.563Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-30T04:21:19.764Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:19.764Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 18451fcf-1bac-4316-a942-21a520efda18 828 2022-05-30T04:21:19.765Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-30T04:21:19.765Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-30T04:21:19.765Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:19.765Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:19.766Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:19.767Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884479765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:19.867Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:19.868Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:19.868Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:19.886Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:19.887Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:20.768Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0282d7a8-066c-4bd7-8327-c8b03bf193c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd834891-7c78-4976-94e4-86543896651a", "vfModuleModelCustomizationUUID": "67b483df-7403-48e7-98c6-160f66399808", "isBase": true, "artifacts": [ "46bf3ebf-d01b-4be5-9179-657f562c17da", "f9ee9b2f-8403-4545-b341-58ac6883207b", "d7e2cf4f-69b1-414b-8f61-5a9f5850ee77" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:21:20.771Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd834891-7c78-4976-94e4-86543896651a VfModuleModelInvariantUUID:0282d7a8-066c-4bd7-8327-c8b03bf193c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 46bf3ebf-d01b-4be5-9179-657f562c17da , f9ee9b2f-8403-4545-b341-58ac6883207b , d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:21:20.773Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0282d7a8-066c-4bd7-8327-c8b03bf193c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd834891-7c78-4976-94e4-86543896651a", "vfModuleModelCustomizationUUID": "67b483df-7403-48e7-98c6-160f66399808", "isBase": true, "artifacts": [ "46bf3ebf-d01b-4be5-9179-657f562c17da", "f9ee9b2f-8403-4545-b341-58ac6883207b", "d7e2cf4f-69b1-414b-8f61-5a9f5850ee77" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:21:20.773Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd834891-7c78-4976-94e4-86543896651a VfModuleModelInvariantUUID:0282d7a8-066c-4bd7-8327-c8b03bf193c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 46bf3ebf-d01b-4be5-9179-657f562c17da , f9ee9b2f-8403-4545-b341-58ac6883207b , d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:21:20.773Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9ee9b2f-8403-4545-b341-58ac6883207b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-30T04:21:20.773Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:20.773Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-30T04:21:20.826Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:20.827Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f9ee9b2f-8403-4545-b341-58ac6883207b 1164 2022-05-30T04:21:20.827Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-30T04:21:20.827Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-30T04:21:20.827Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:20.827Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:20.829Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:20.829Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884480827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:20.929Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:20.930Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:20.930Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:20.944Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:20.945Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:21.829Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-30T04:21:21.830Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-30T04:21:21.830Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-30T04:21:21.892Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-30T04:21:21.892Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d7e2cf4f-69b1-414b-8f61-5a9f5850ee77 200 2022-05-30T04:21:21.893Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-30T04:21:21.893Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-30T04:21:21.893Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:21:21.893Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:21.895Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:21.895Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884481893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:21:21.995Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:21.997Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:21.997Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:22.011Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:22.012Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:22.896Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3bd2818d-70d1-4109-8e9b-80d14a04615d 2022-05-30T04:21:22.896Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 64522fd9-eb3a-4b21-ad1a-9c204dddaa6f 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-05-30T04:21:22.914Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:21:22.918Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5684ae89, org.onap.sdc.toscaparser.api.parameters.Input@396e60b4, org.onap.sdc.toscaparser.api.parameters.Input@18478cc5, org.onap.sdc.toscaparser.api.parameters.Input@98bd518, org.onap.sdc.toscaparser.api.parameters.Input@7a08c246] 2022-05-30T04:21:22.919Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.919Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.920Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:21:22.920Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 72a87753-6ee3-4734-99ca-9c5b927205bc 2022-05-30T04:21:22.920Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72a87753-6ee3-4734-99ca-9c5b927205bc matches Tosca VF Customization UUID: 72a87753-6ee3-4734-99ca-9c5b927205bc 2022-05-30T04:21:22.920Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 72a87753-6ee3-4734-99ca-9c5b927205bc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:21:22.921Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.921Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 72a87753-6ee3-4734-99ca-9c5b927205bc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4358d19f 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67b483df-7403-48e7-98c6-160f66399808 2022-05-30T04:21:22.922Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67b483df-7403-48e7-98c6-160f66399808 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:21:22.924Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.924Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:22.924Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:22.924Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.924Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:22.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:22.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-30T04:21:22.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-30T04:21:22.925Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=864de09c-9246-4594-a2ab-c86a901e4534 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:21:22.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:22.926Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:21:22.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-30T04:21:22.927Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=72a87753-6ee3-4734-99ca-9c5b927205bc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3bd2818d-70d1-4109-8e9b-80d14a04615d: basic_cnf 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.928Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:21:22.929Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:21:22.992Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 64522fd9-eb3a-4b21-ad1a-9c204dddaa6f 1 ASDC deployResourceStructure 2022-05-30T04:21:22.993Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-30T04:21:22.993Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-30T04:21:22.993Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-30T04:21:22.993Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:22.995Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:22.995Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884482992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:21:23.096Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:21:23.096Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:23.097Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:23.115Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:23.117Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:23.996Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-30T04:21:23.996Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-30T04:21:23.996Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-30T04:21:23.997Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:23.998Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:23.999Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884483996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:21:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:21:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:21:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:24.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:24.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0618479a-eaaa-4517-8f8f-9660a1c3cdfd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884416498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:21:24.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:21:24.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:21:24.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:21:24.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:21:24.099Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:24.099Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:24.100Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:24.111Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:24.112Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:24.999Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-30T04:21:25.000Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-30T04:21:25.000Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:21:25.000Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:25.002Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:25.002Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884484999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:21:25.102Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:25.103Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:25.103Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:25.125Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:25.125Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:26.003Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-30T04:21:26.003Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-30T04:21:26.003Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:21:26.003Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:26.006Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:26.006Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884486002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:21:26.107Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:21:26.108Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:26.108Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:26.123Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:26.123Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:21:27.007Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-30T04:21:27.008Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-30T04:21:27.008Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:21:27.008Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:27.010Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:27.010Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884487007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-30T04:21:27.110Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:21:27.112Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:27.112Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:27.136Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:27.137Z||pool-102-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:28.011Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-30T04:21:28.012Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-30T04:21:28.012Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:21:28.012Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:28.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:28.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884488011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:21:28.114Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:28.115Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:28.116Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:28.132Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:28.133Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:21:29.015Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 488c19f7-343e-4aef-b42b-340d7baa453f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:21:29.025Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 488c19f7-343e-4aef-b42b-340d7baa453f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:21:29.027Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:21:29.028Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:21:29.032Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:21:59.033Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 488c19f7-343e-4aef-b42b-340d7baa453f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:21:59.038Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 488c19f7-343e-4aef-b42b-340d7baa453f and serviceModelVersionId: 3bd2818d-70d1-4109-8e9b-80d14a04615d 2022-05-30T04:21:59.039Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4edb66e-3d71-4657-86de-bc96cb705df2 2022-05-30T04:21:59.040Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0 2022-05-30T04:21:59.044Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:21:59.065Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-30T04:21:59.067Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0|INFO|500||Invoke 2022-05-30T04:21:59.078Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:21:59.209Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0|INFO|500||InvokeReturn 2022-05-30T04:21:59.210Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4edb66e-3d71-4657-86de-bc96cb705df2/model-vers/model-ver/3bd2818d-70d1-4109-8e9b-80d14a04615d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:21:58:048-8760], vertex-id=[729312], Content-Length=[0], Date=[Mon, 30 May 2022 04:21:58 GMT], Content-Type=[application/json]} 2022-05-30T04:21:59.210Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:21:59.210Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:21:59.210Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:21:59.228Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:21:59.229Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 488c19f7-343e-4aef-b42b-340d7baa453f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:21:59.229Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:21:59.229Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:21:59.231Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:21:59.231Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884519229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:21:59.331Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:21:59.333Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:21:59.333Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:21:59.350Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:21:59.350Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:22:00.241Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:00.242Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:00.242Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:10.570Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:22:10.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:10.571Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:10.571Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:20.120Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:22:20.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:20.121Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:20.121Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:24.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:24.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:22:24.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884424652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884426630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884427699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884428772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884429889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884430892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884431895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884432900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f41a037-c848-4629-9f4b-701b504bc6d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884464317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-30T04:22:24.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884340608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884475106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884477263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884478559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884479765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884480827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884481893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-30T04:22:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884482992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:22:24.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:22:29.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:22:29.668Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:29.668Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:29.668Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:39.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:22:39.209Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:22:39.210Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:22:39.210Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:22:48.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:23:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:23:24.012Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:23:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:23:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:23:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:23:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:23:24.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:23:24.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:23:24.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884483996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:23:24.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:23:33.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:24:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:24:24.012Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:24:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:24:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:24:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:24:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:24:24.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884484999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884486002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:24:24.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884487007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884488011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "488c19f7-343e-4aef-b42b-340d7baa453f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653884519229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:24:24.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:24:33.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:25:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:25:24.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:25:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:25:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:25:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:25:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:25:33.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:25:33.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:26:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:26:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:26:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:26:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:26:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:26:24.015Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:26:33.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:26:33.581Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:27:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:27:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:27:24.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:27:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:27:24.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:27:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:27:33.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:27:33.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:28:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:28:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:28:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:28:24.013Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:28:24.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:28:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:28:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:28:33.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:29:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:29:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:29:24.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:29:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:29:24.017Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:29:24.017Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:29:33.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:29:33.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:30:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:30:24.012Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:30:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:30:24.013Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:30:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:30:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:30:33.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:30:33.565Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:31:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:31:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:31:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:31:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:31:24.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:31:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:31:33.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:31:33.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:32:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:32:24.012Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:32:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:32:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:32:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:32:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:32:33.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:32:33.585Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:33:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:33:24.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:33:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:33:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:33:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:33:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:33:33.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:33:33.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:34:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:34:24.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:34:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:24.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:34:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:24.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:24.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:34:24.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885239087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885243207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885238763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885253702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885252978, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885253728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885254733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885255046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885254988, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "policy-id", "timestamp": 1653885255736, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:34:24.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:34:24.223Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:34:24.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:24.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "cds", "timestamp": 1653885256370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:34:24.250Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:34:24.250Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885256212, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885257226, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:34:24.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:34:24.265Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "multicloud-k8s-id", "timestamp": 1653885258229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885260611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885261937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "aai-ml", "timestamp": 1653885262942, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:34:24.276Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:34:24.276Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:34:24.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:34:24.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:34:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"df1faf63-3080-4425-9c60-93b78b53c685","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"af662ea4-deef-4322-8854-f11c886fdd51","serviceDescription":"service","serviceInvariantUUID":"d3783956-47b3-43fe-a8ca-8cf3907c2770","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b5506ce-1120-4c61-83f7-fc2f71a2137f","resourceInvariantUUID":"7c5c1376-3bd0-43f8-a99a-006d0578b52c","resourceCustomizationUUID":"4c4c2791-a7b6-43b8-97fc-d822afbc97a6","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":"YzY2YTNlNzI3YWQ2NzkzYTkwMmE0MjY5NTYxZGI1YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f611d33-08a6-416e-afc7-66966eef11b5","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":"MWJjMWUwZmZjZjJkNjA3OGM5Y2M0NzM1ZjllOTkwMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe62eddb-6daf-470b-9b1c-935bd66f5367","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":"cdaea025-37ee-48b6-a8b8-3677afca0b75","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":"277a5920-0caf-40bc-a106-f395686b43de","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":"d76284a6-86cb-4155-bb4e-a2d163acee4c","artifactVersion":"2","generatedFromUUID":"cdaea025-37ee-48b6-a8b8-3677afca0b75"},{"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":"Y2MyZmNkYjhlMTBmYWVhM2EyZWJjNzhjMzg5ZTI0Yzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cbc01da7-5b25-4aa2-bed0-0ec061fc435d","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":"NDNkOTgzNDUwYjgxNGQ4N2JmZDk0M2FmNWEyNDQxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbe14260-6605-45e4-8841-d7b9b56bc083","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjIwMGM4YTUzYWNhYzA4MDBhODdhMjFjZGJhMjk0ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4496ffe1-16c0-444d-af76-06501b6b03fa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:34:24.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:24.672Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:24.675Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:24.675Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:24.776Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:24.777Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:24.777Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:24.792Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:24.792Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:25.676Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:25.677Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:25.679Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:25.679Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:34:25.779Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:34:25.780Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:25.780Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:25.796Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:25.797Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:26.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:26.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:26.682Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:26.683Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:34:26.783Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:26.783Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:26.783Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:26.805Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:26.806Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:27.683Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:27.684Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:27.686Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:27.686Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:27.786Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:27.787Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:27.787Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:27.802Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:27.803Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:28.686Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:28.687Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:28.690Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:28.691Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:34:28.790Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:34:28.791Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:28.791Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:28.804Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:28.804Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:34:29.691Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:29.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:29.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:29.694Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:29.794Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:29.795Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:29.795Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:29.826Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:29.827Z||pool-110-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:30.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:30.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:30.698Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:30.698Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:34:30.798Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:30.799Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:30.799Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:30.828Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:30.829Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:31.699Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:34:31.699Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:31.701Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:31.701Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:34:31.801Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:31.802Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:31.802Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:31.819Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:31.820Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:32.702Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "af662ea4-deef-4322-8854-f11c886fdd51", "serviceDescription": "service", "serviceInvariantUUID": "d3783956-47b3-43fe-a8ca-8cf3907c2770", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4c4c2791-a7b6-43b8-97fc-d822afbc97a6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0b5506ce-1120-4c61-83f7-fc2f71a2137f", "resourceInvariantUUID": "7c5c1376-3bd0-43f8-a99a-006d0578b52c", "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": "MWJjMWUwZmZjZjJkNjA3OGM5Y2M0NzM1ZjllOTkwMWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe62eddb-6daf-470b-9b1c-935bd66f5367", "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": "cdaea025-37ee-48b6-a8b8-3677afca0b75", "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": "d76284a6-86cb-4155-bb4e-a2d163acee4c", "generatedFromUUID": "cdaea025-37ee-48b6-a8b8-3677afca0b75" }, "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": "d76284a6-86cb-4155-bb4e-a2d163acee4c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjIwMGM4YTUzYWNhYzA4MDBhODdhMjFjZGJhMjk0ODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4496ffe1-16c0-444d-af76-06501b6b03fa" } ], "workloadContext": "Production" } 2022-05-30T04:34:32.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:34:32.703Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af662ea4-deef-4322-8854-f11c886fdd51 ASDC 2022-05-30T04:34:32.703Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:df1faf63-3080-4425-9c60-93b78b53c685 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:af662ea4-deef-4322-8854-f11c886fdd51 ServiceInvariantUUID:d3783956-47b3-43fe-a8ca-8cf3907c2770 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:4496ffe1-16c0-444d-af76-06501b6b03fa ArtifactChecksum:MjIwMGM4YTUzYWNhYzA4MDBhODdhMjFjZGJhMjk0ODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4c4c2791-a7b6-43b8-97fc-d822afbc97a6 ResourceInvariantUUID:7c5c1376-3bd0-43f8-a99a-006d0578b52c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0b5506ce-1120-4c61-83f7-fc2f71a2137f 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:fe62eddb-6daf-470b-9b1c-935bd66f5367 ArtifactChecksum:MWJjMWUwZmZjZjJkNjA3OGM5Y2M0NzM1ZjllOTkwMWU= 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:cdaea025-37ee-48b6-a8b8-3677afca0b75 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:d76284a6-86cb-4155-bb4e-a2d163acee4c 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:d76284a6-86cb-4155-bb4e-a2d163acee4c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:34:32.703Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af662ea4-deef-4322-8854-f11c886fdd51 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:34:32.757Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:34:32.758Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:34:32.759Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:34:32.759Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4496ffe1-16c0-444d-af76-06501b6b03fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-30T04:34:32.759Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:34:32.759Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-30T04:34:32.921Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:34:32.925Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4496ffe1-16c0-444d-af76-06501b6b03fa 78808 2022-05-30T04:34:32.925Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:34:32.925Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-30T04:34:32.925Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:34:32.925Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:32.927Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:32.928Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885272925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:33.028Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:33.028Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:33.028Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:33.040Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:33.041Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:33.928Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:34:33.929Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:34:33.930Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4496ffe1-16c0-444d-af76-06501b6b03fa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:33.930Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-30T04:34:33.930Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:33.930Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.074Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14852285895188017651/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-30T04:34:34.847Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:34.848Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.849Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b22003b-dec4-4ec4-9b55-ff32e0b3670c 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.850Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.851Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.851Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.851Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:34.851Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:34.851Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:af662ea4-deef-4322-8854-f11c886fdd51 Model Version:NULL Model InvariantUuid:d3783956-47b3-43fe-a8ca-8cf3907c2770 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0109f5c0-fe25-481c-9877-47b5da37c223 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7c5c1376-3bd0-43f8-a99a-006d0578b52c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c4c2791-a7b6-43b8-97fc-d822afbc97a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:911d6476-cdc3-469f-94aa-00139f017427 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5260ae31-644b-40a3-b627-009823791d9c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7b22003b-dec4-4ec4-9b55-ff32e0b3670c ModelInvariantUuid:4e1641d4-4055-4eea-aaae-69ac3f31949d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:901035c1-4d7f-4b72-8a06-b3e6773436a7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:43c6f2ab-1108-4069-81c9-c2f9455a0044 ModelInvariantUuid:c7f72fb1-7f18-40e9-80a6-68242ed3ae00 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1a8eaf39-a1fd-45fe-ad25-ef88e45dc9b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:34:34.855Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b5506ce-1120-4c61-83f7-fc2f71a2137f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:34:34.858Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-05-30T04:34:34.858Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b5506ce-1120-4c61-83f7-fc2f71a2137f 2022-05-30T04:34:34.858Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fe62eddb-6daf-470b-9b1c-935bd66f5367 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-30T04:34:34.858Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:34:34.858Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-30T04:34:35.112Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:34:35.113Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fe62eddb-6daf-470b-9b1c-935bd66f5367 792 2022-05-30T04:34:35.113Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-30T04:34:35.113Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-30T04:34:35.113Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:34:35.114Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:35.115Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:35.115Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885275113, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:35.216Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:35.218Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:35.218Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:35.234Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:35.235Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:36.116Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "911d6476-cdc3-469f-94aa-00139f017427", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5260ae31-644b-40a3-b627-009823791d9c", "vfModuleModelCustomizationUUID": "273170fd-b9e8-4543-97c9-559d20f64171", "isBase": true, "artifacts": [ "cdaea025-37ee-48b6-a8b8-3677afca0b75", "d76284a6-86cb-4155-bb4e-a2d163acee4c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:34:36.120Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5260ae31-644b-40a3-b627-009823791d9c VfModuleModelInvariantUUID:911d6476-cdc3-469f-94aa-00139f017427 VfModuleModelDescription:NULL Artifacts UUID List:{ cdaea025-37ee-48b6-a8b8-3677afca0b75 , d76284a6-86cb-4155-bb4e-a2d163acee4c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:34:36.122Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "911d6476-cdc3-469f-94aa-00139f017427", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5260ae31-644b-40a3-b627-009823791d9c", "vfModuleModelCustomizationUUID": "273170fd-b9e8-4543-97c9-559d20f64171", "isBase": true, "artifacts": [ "cdaea025-37ee-48b6-a8b8-3677afca0b75", "d76284a6-86cb-4155-bb4e-a2d163acee4c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:34:36.123Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5260ae31-644b-40a3-b627-009823791d9c VfModuleModelInvariantUUID:911d6476-cdc3-469f-94aa-00139f017427 VfModuleModelDescription:NULL Artifacts UUID List:{ cdaea025-37ee-48b6-a8b8-3677afca0b75 , d76284a6-86cb-4155-bb4e-a2d163acee4c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:34:36.123Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cdaea025-37ee-48b6-a8b8-3677afca0b75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-30T04:34:36.123Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:34:36.123Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-30T04:34:36.321Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:34:36.322Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cdaea025-37ee-48b6-a8b8-3677afca0b75 5033 2022-05-30T04:34:36.322Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-30T04:34:36.322Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-30T04:34:36.322Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:34:36.323Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:36.325Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:36.325Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885276322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:36.425Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:36.426Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:36.426Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:36.439Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:36.440Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:37.326Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d76284a6-86cb-4155-bb4e-a2d163acee4c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-30T04:34:37.326Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:34:37.327Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-30T04:34:37.560Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:34:37.560Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d76284a6-86cb-4155-bb4e-a2d163acee4c 903 2022-05-30T04:34:37.561Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-30T04:34:37.561Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-30T04:34:37.561Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:34:37.561Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:37.564Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:37.564Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885277561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:34:37.667Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-30T04:34:37.668Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:37.668Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:37.687Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:37.688Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:38.565Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: af662ea4-deef-4322-8854-f11c886fdd51 2022-05-30T04:34:38.565Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0b5506ce-1120-4c61-83f7-fc2f71a2137f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:34:38.577Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44d7ced2, org.onap.sdc.toscaparser.api.parameters.Input@347b7888, org.onap.sdc.toscaparser.api.parameters.Input@161d7b21, org.onap.sdc.toscaparser.api.parameters.Input@6820676b, org.onap.sdc.toscaparser.api.parameters.Input@12fb95e3] 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4c4c2791-a7b6-43b8-97fc-d822afbc97a6 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c4c2791-a7b6-43b8-97fc-d822afbc97a6 matches Tosca VF Customization UUID: 4c4c2791-a7b6-43b8-97fc-d822afbc97a6 2022-05-30T04:34:38.579Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4c4c2791-a7b6-43b8-97fc-d822afbc97a6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:34:38.581Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.581Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4c4c2791-a7b6-43b8-97fc-d822afbc97a6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6be28cbd 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 273170fd-b9e8-4543-97c9-559d20f64171 2022-05-30T04:34:38.582Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 273170fd-b9e8-4543-97c9-559d20f64171 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:34:38.584Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.585Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:38.585Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:38.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:38.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:38.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.587Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-30T04:34:38.587Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-30T04:34:38.587Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-30T04:34:38.587Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b22003b-dec4-4ec4-9b55-ff32e0b3670c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:34:38.591Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.591Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:38.591Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:34:38.592Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.592Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-30T04:34:38.592Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4c4c2791-a7b6-43b8-97fc-d822afbc97a6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:34:38.594Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.594Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.594Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid af662ea4-deef-4322-8854-f11c886fdd51: basic_vm_macro 2022-05-30T04:34:38.594Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.594Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.595Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:34:38.596Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:34:38.596Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:34:38.684Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0b5506ce-1120-4c61-83f7-fc2f71a2137f 1 ASDC deployResourceStructure 2022-05-30T04:34:38.685Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-30T04:34:38.685Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-30T04:34:38.685Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:34:38.685Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:38.687Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:38.687Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885278685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:34:38.787Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:38.788Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:38.788Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:38.808Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:38.808Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:34:39.687Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-30T04:34:39.688Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-30T04:34:39.688Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:34:39.688Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:39.690Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:39.690Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885279687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:34:39.790Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:39.790Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:39.790Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:39.831Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:39.832Z||pool-118-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:40.690Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-30T04:34:40.691Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-30T04:34:40.691Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:34:40.691Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:40.693Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:40.693Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885280690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-30T04:34:40.793Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:40.794Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:40.794Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:40.815Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:40.816Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:41.694Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:34:41.694Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-30T04:34:41.694Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:34:41.694Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:34:41.697Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:34:41.697Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885281694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:34:41.797Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:34:41.798Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:34:41.798Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:34:41.820Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:34:41.820Z||pool-120-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:34:42.698Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:34:42.708Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:34:42.711Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:34:42.711Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:34:42.711Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:34:42.711Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:35:12.712Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:35:12.727Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:35:12.730Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:35:12.730Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:35:12.745Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:35:12.745Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:35:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:35:24.016Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:35:24.016Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:35:24.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:35:24.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-30T04:35:24.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:35:24.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-30T04:35:42.745Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:35:42.758Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:35:42.761Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:35:42.761Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:35:42.761Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:35:42.761Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:36:12.761Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:36:12.776Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:36:12.778Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:36:12.778Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:36:12.778Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:36:12.778Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:36:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:36:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:36:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:36:24.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:36:24.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:36:24.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:36:24.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:36:42.778Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:36:42.791Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:36:42.793Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:36:42.793Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:36:42.793Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:36:42.793Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:37:12.793Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:37:12.804Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:37:12.806Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:37:12.806Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:37:12.806Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-30T04:37:12.806Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-30T04:37:24.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:37:24.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:37:24.015Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:37:24.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:37:24.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885264616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "clamp", "timestamp": 1653885265619, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.059Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:37:24.059Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885268154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "cds", "timestamp": 1653885269544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.086Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.086Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885269538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885270543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-30T04:37:24.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "policy-id", "timestamp": 1653885271547, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.107Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.107Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885272925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885245844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885273328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885274049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885275113, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885274093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885248881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885275702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885275282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885276322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885276706, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df1faf63-3080-4425-9c60-93b78b53c685 2022-05-30T04:37:24.125Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df1faf63-3080-4425-9c60-93b78b53c685 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885277561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885276680, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885278685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885278086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885279687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885279805, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885279125, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.141Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.141Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:37:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885280690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "cds", "timestamp": 1653885280810, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.161Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.161Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "multicloud-k8s-id", "timestamp": 1653885280129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885281024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885281694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885282029, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "policy-id", "timestamp": 1653885283032, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.172Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885285010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "aai-ml", "timestamp": 1653885286013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.184Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885287614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885287947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885253181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885257374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885290258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885289589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885290028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885291152, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885291261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885290725, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885291048, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885258764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885292619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "cds", "timestamp": 1653885292411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.215Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:37:24.215Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885291782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "ves-openapi-manager", "timestamp": 1653885292050, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:37:24.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885293139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "clamp", "timestamp": 1653885293622, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39cc6010-6b23-4eae-8b5d-d5c281d73233 2022-05-30T04:37:24.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cc6010-6b23-4eae-8b5d-d5c281d73233 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885292797, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-30T04:37:24.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885294144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "multicloud-k8s-id", "timestamp": 1653885293800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "policy-id", "timestamp": 1653885295147, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:37:24.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885295754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885300455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885300446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "aai-ml", "timestamp": 1653885301458, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.278Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885302682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "multicloud-k8s-id", "timestamp": 1653885263207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885303690, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.291Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885307617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885308621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885309704, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885287017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885310710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "clamp", "timestamp": 1653885311713, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.303Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of e23204d9-4b00-4997-b0aa-2b3ab8eda96f 2022-05-30T04:37:24.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e23204d9-4b00-4997-b0aa-2b3ab8eda96f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885312347, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885264358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885313925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885315822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885316734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653885316825, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.316Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:37:24.316Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "aai-ml", "timestamp": 1653885317737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:24.327Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:37:24.328Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885294627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:37:24.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-30T04:37:42.806Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:37:42.817Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:37:42.819Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:37:42.823Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:38:12.824Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df1faf63-3080-4425-9c60-93b78b53c685 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:38:12.832Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df1faf63-3080-4425-9c60-93b78b53c685 and serviceModelVersionId: af662ea4-deef-4322-8854-f11c886fdd51 2022-05-30T04:38:12.832Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3783956-47b3-43fe-a8ca-8cf3907c2770 2022-05-30T04:38:12.833Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0 2022-05-30T04:38:12.836Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:38:12.868Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0|INFO|500||Invoke 2022-05-30T04:38:12.869Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df1faf63-3080-4425-9c60-93b78b53c685], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d99c1dd6-c81b-45c5-94aa-0fe1ed7a6eed], X-ECOMP-RequestID=[df1faf63-3080-4425-9c60-93b78b53c685], X-TransactionId=[], X-ONAP-RequestID=[df1faf63-3080-4425-9c60-93b78b53c685], Content-Type=[application/merge-patch+json]} 2022-05-30T04:38:12.888Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:38:13.498Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?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/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-04:38:11:858-35183], vertex-id=[168072], Content-Length=[0], Date=[Mon, 30 May 2022 04:38:11 GMT], Content-Type=[application/json]} 2022-05-30T04:38:13.498Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:38:13.499Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3783956-47b3-43fe-a8ca-8cf3907c2770/model-vers/model-ver/af662ea4-deef-4322-8854-f11c886fdd51?depth=0|INFO|500||InvokeReturn 2022-05-30T04:38:13.499Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:38:13.500Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:38:13.504Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:38:13.504Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df1faf63-3080-4425-9c60-93b78b53c685 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:38:13.505Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:38:13.505Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:13.507Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:13.507Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885493504, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:38:13.607Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:38:13.607Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:13.608Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:13.629Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:13.630Z||pool-121-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-05-30T04:38:14.522Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:38:14.522Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"39cc6010-6b23-4eae-8b5d-d5c281d73233","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"465a7942-1936-4f65-955b-b023bc8f67ce","serviceDescription":"service","serviceInvariantUUID":"dec7ca09-23ca-48d5-a2da-297f587e5984","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9019c9a5-21fd-4c5d-9edd-bef4b93b19c9","resourceInvariantUUID":"7e8bc453-1897-4054-b906-54625ee1e282","resourceCustomizationUUID":"2a85de58-5ab1-4d62-a136-02ee49925989","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":"M2RmMzc0ZTQxNTNmZTYzMTNkOTcxMGRlZTAwYTc1MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"916b95f2-da4e-4daf-844d-7ef5874a9acf","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":"ZDBiNGM2MmE1Njk0NWExY2VjMzg5MTcyZTUzNzJiODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f756c85d-f8da-4537-bf50-0c75b217e584","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":"61bb9925-c0d3-43ed-b546-86720a8886d7","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":"43d0ff90-9e2b-4112-ad87-b06b8f1b09df","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":"bf67a7a4-1170-442f-9aa5-7086a705feb6","artifactVersion":"2","generatedFromUUID":"a7f44357-b8f7-43fb-a659-4d9130b0a5c8"},{"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":"5e3ded9c-d8f1-4221-b499-f34c0d19326e","artifactVersion":"2","generatedFromUUID":"61bb9925-c0d3-43ed-b546-86720a8886d7"},{"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":"a7f44357-b8f7-43fb-a659-4d9130b0a5c8","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":"5f670d85-c93b-458c-b1b2-01c94a434b60","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":"ZTQ2NDY1MWQ0MTQzMjIzNDhjMzY5MDllNTNmMmFiMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1b316aa-f015-4513-8bed-e018524b083f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDQ3MzQyOWE5MzZjZjgyNDE1ZDA5ZWU4OTRjZjU1Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7df5bc76-3065-453d-990a-b214a5cc4d63","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:38:14.522Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:14.523Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:14.525Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:14.525Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:38:14.626Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:14.627Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:14.627Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:14.641Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:14.641Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:15.526Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:15.526Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:15.528Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:15.528Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:38:15.629Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:38:15.630Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:15.630Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:15.732Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:15.733Z||pool-123-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:16.529Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:16.530Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:16.532Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:16.532Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-30T04:38:16.632Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:16.632Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:16.632Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:16.650Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:16.650Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:17.532Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:17.533Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:17.534Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:17.534Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:38:17.635Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:38:17.635Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:17.635Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:17.650Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:17.651Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:18.535Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:18.536Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:18.538Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:18.538Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-30T04:38:18.638Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:18.638Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:18.639Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:18.652Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:18.652Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:38:19.538Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:19.539Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:19.541Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:19.541Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-30T04:38:19.641Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:19.642Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:19.642Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:19.655Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:19.655Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:38:20.541Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:20.542Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:20.545Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:20.545Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-30T04:38:20.644Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:38:20.645Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:20.645Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:20.658Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:20.659Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:21.546Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:21.546Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:21.549Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:21.549Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:38:21.649Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:21.650Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:21.650Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:21.663Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:21.664Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:22.550Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:22.550Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:22.552Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:22.553Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:38:22.653Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:22.654Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:22.654Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:22.673Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:22.674Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:23.553Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:38:23.554Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:23.584Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:23.585Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:38:23.685Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:23.686Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:23.686Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:23.704Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:23.704Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:38:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:38:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:24.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:24.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:38:24.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885331620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:24.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:38:24.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:38:24.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885333630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:38:24.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:38:24.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-30T04:38:24.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "clamp", "timestamp": 1653885334634, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:38:24.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 044cdd92-3a3c-47f9-8159-66e34f195591 2022-05-30T04:38:24.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044cdd92-3a3c-47f9-8159-66e34f195591 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:38:24.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "465a7942-1936-4f65-955b-b023bc8f67ce", "serviceDescription": "service", "serviceInvariantUUID": "dec7ca09-23ca-48d5-a2da-297f587e5984", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2a85de58-5ab1-4d62-a136-02ee49925989", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9019c9a5-21fd-4c5d-9edd-bef4b93b19c9", "resourceInvariantUUID": "7e8bc453-1897-4054-b906-54625ee1e282", "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": "ZDBiNGM2MmE1Njk0NWExY2VjMzg5MTcyZTUzNzJiODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f756c85d-f8da-4537-bf50-0c75b217e584", "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": "61bb9925-c0d3-43ed-b546-86720a8886d7", "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": "5e3ded9c-d8f1-4221-b499-f34c0d19326e", "generatedFromUUID": "61bb9925-c0d3-43ed-b546-86720a8886d7" }, "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": "bf67a7a4-1170-442f-9aa5-7086a705feb6", "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": "5e3ded9c-d8f1-4221-b499-f34c0d19326e", "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": "a7f44357-b8f7-43fb-a659-4d9130b0a5c8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZDQ3MzQyOWE5MzZjZjgyNDE1ZDA5ZWU4OTRjZjU1Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7df5bc76-3065-453d-990a-b214a5cc4d63" } ], "workloadContext": "Production" } 2022-05-30T04:38:24.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:38:24.586Z|df1faf63-3080-4425-9c60-93b78b53c685|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 465a7942-1936-4f65-955b-b023bc8f67ce ASDC 2022-05-30T04:38:24.587Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:39cc6010-6b23-4eae-8b5d-d5c281d73233 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:465a7942-1936-4f65-955b-b023bc8f67ce ServiceInvariantUUID:dec7ca09-23ca-48d5-a2da-297f587e5984 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:7df5bc76-3065-453d-990a-b214a5cc4d63 ArtifactChecksum:ZDQ3MzQyOWE5MzZjZjgyNDE1ZDA5ZWU4OTRjZjU1Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2a85de58-5ab1-4d62-a136-02ee49925989 ResourceInvariantUUID:7e8bc453-1897-4054-b906-54625ee1e282 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9019c9a5-21fd-4c5d-9edd-bef4b93b19c9 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:f756c85d-f8da-4537-bf50-0c75b217e584 ArtifactChecksum:ZDBiNGM2MmE1Njk0NWExY2VjMzg5MTcyZTUzNzJiODY= 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:61bb9925-c0d3-43ed-b546-86720a8886d7 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:5e3ded9c-d8f1-4221-b499-f34c0d19326e 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:bf67a7a4-1170-442f-9aa5-7086a705feb6 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:5e3ded9c-d8f1-4221-b499-f34c0d19326e 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:a7f44357-b8f7-43fb-a659-4d9130b0a5c8 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:38:24.588Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 465a7942-1936-4f65-955b-b023bc8f67ce ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:38:24.629Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:38:24.630Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:38:24.630Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:38:24.630Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7df5bc76-3065-453d-990a-b214a5cc4d63 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:24.630Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:24.631Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:24.821Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:24.827Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7df5bc76-3065-453d-990a-b214a5cc4d63 158209 2022-05-30T04:38:24.828Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:38:24.828Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:24.828Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:24.828Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:24.830Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:24.830Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885504828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:24.930Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:24.931Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:24.931Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:24.944Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:24.945Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:25.830Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:38:25.832Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:38:25.832Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7df5bc76-3065-453d-990a-b214a5cc4d63, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:25.832Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-30T04:38:25.833Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:25.833Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:25.932Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13855130412944053333/Definitions/service-BasicCnfMacro-template.yml 2022-05-30T04:38:26.664Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:26.665Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:38:26.666Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:38:26.667Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:26.668Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7d89c9ad-02d7-40f2-a33b-7cd84600c9c4 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:26.669Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:465a7942-1936-4f65-955b-b023bc8f67ce Model Version:NULL Model InvariantUuid:dec7ca09-23ca-48d5-a2da-297f587e5984 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:4f3f2779-ce16-4415-ac24-1112f5641943 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7e8bc453-1897-4054-b906-54625ee1e282 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2a85de58-5ab1-4d62-a136-02ee49925989 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:469e373c-178f-48c7-8965-0ca3cae1a671 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:2cd97096-8bc1-4c14-87d1-ff334610ca8e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:8204c753-8277-4fc4-b7d2-0855f867c274 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:08c4a834-fdf3-4ef0-9eb3-35fd134727a2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7d89c9ad-02d7-40f2-a33b-7cd84600c9c4 ModelInvariantUuid:0d465570-1acf-4946-85aa-5bfea803d6c1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:5eacc9dd-c2fd-4107-b75f-90c1581dfd81 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7ba74284-126d-49f0-a997-c23a69da3374 ModelInvariantUuid:bad06fb2-a836-4826-92c3-92635eff4330 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:fae9eb65-fbe3-4c8a-9983-00ee8e9e1c01 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:38:26.676Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9019c9a5-21fd-4c5d-9edd-bef4b93b19c9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:38:26.679Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-05-30T04:38:26.679Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9019c9a5-21fd-4c5d-9edd-bef4b93b19c9 2022-05-30T04:38:26.679Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f756c85d-f8da-4537-bf50-0c75b217e584 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-30T04:38:26.679Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:26.679Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-30T04:38:26.746Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:26.747Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f756c85d-f8da-4537-bf50-0c75b217e584 1565 2022-05-30T04:38:26.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-30T04:38:26.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-30T04:38:26.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:26.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:26.750Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:26.750Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885506747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:26.850Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:26.856Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:26.857Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:26.881Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:26.881Z||pool-133-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:27.751Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8204c753-8277-4fc4-b7d2-0855f867c274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08c4a834-fdf3-4ef0-9eb3-35fd134727a2", "vfModuleModelCustomizationUUID": "53d83376-aa21-4088-82a9-c8464c8f10b1", "isBase": true, "artifacts": [ "61bb9925-c0d3-43ed-b546-86720a8886d7", "5e3ded9c-d8f1-4221-b499-f34c0d19326e" ], "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": "469e373c-178f-48c7-8965-0ca3cae1a671", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cd97096-8bc1-4c14-87d1-ff334610ca8e", "vfModuleModelCustomizationUUID": "3fbb1bfb-88af-453d-9781-e911e4c2c4e5", "isBase": false, "artifacts": [ "a7f44357-b8f7-43fb-a659-4d9130b0a5c8" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:38:27.754Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08c4a834-fdf3-4ef0-9eb3-35fd134727a2 VfModuleModelInvariantUUID:8204c753-8277-4fc4-b7d2-0855f867c274 VfModuleModelDescription:NULL Artifacts UUID List:{ 61bb9925-c0d3-43ed-b546-86720a8886d7 , 5e3ded9c-d8f1-4221-b499-f34c0d19326e } 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:2cd97096-8bc1-4c14-87d1-ff334610ca8e VfModuleModelInvariantUUID:469e373c-178f-48c7-8965-0ca3cae1a671 VfModuleModelDescription:NULL Artifacts UUID List:{ a7f44357-b8f7-43fb-a659-4d9130b0a5c8 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-30T04:38:27.758Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8204c753-8277-4fc4-b7d2-0855f867c274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08c4a834-fdf3-4ef0-9eb3-35fd134727a2", "vfModuleModelCustomizationUUID": "53d83376-aa21-4088-82a9-c8464c8f10b1", "isBase": true, "artifacts": [ "61bb9925-c0d3-43ed-b546-86720a8886d7", "5e3ded9c-d8f1-4221-b499-f34c0d19326e" ], "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": "469e373c-178f-48c7-8965-0ca3cae1a671", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cd97096-8bc1-4c14-87d1-ff334610ca8e", "vfModuleModelCustomizationUUID": "3fbb1bfb-88af-453d-9781-e911e4c2c4e5", "isBase": false, "artifacts": [ "a7f44357-b8f7-43fb-a659-4d9130b0a5c8" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:38:27.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08c4a834-fdf3-4ef0-9eb3-35fd134727a2 VfModuleModelInvariantUUID:8204c753-8277-4fc4-b7d2-0855f867c274 VfModuleModelDescription:NULL Artifacts UUID List:{ 61bb9925-c0d3-43ed-b546-86720a8886d7 , 5e3ded9c-d8f1-4221-b499-f34c0d19326e } 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:2cd97096-8bc1-4c14-87d1-ff334610ca8e VfModuleModelInvariantUUID:469e373c-178f-48c7-8965-0ca3cae1a671 VfModuleModelDescription:NULL Artifacts UUID List:{ a7f44357-b8f7-43fb-a659-4d9130b0a5c8 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-30T04:38:27.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 61bb9925-c0d3-43ed-b546-86720a8886d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-30T04:38:27.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:27.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-30T04:38:27.833Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:27.834Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 61bb9925-c0d3-43ed-b546-86720a8886d7 914 2022-05-30T04:38:27.834Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-30T04:38:27.834Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-30T04:38:27.834Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:27.834Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:27.836Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:27.836Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885507834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:27.936Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:27.937Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:27.937Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:27.951Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:27.951Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:38:28.836Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf67a7a4-1170-442f-9aa5-7086a705feb6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-30T04:38:28.837Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:28.837Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-30T04:38:28.939Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:28.940Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env bf67a7a4-1170-442f-9aa5-7086a705feb6 12 2022-05-30T04:38:28.940Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-30T04:38:28.940Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-30T04:38:28.940Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:28.940Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:28.943Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:28.943Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885508940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:29.043Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:29.044Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:29.045Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:29.064Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:29.064Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:29.944Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5e3ded9c-d8f1-4221-b499-f34c0d19326e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-30T04:38:29.944Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:29.944Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-30T04:38:30.030Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:30.030Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5e3ded9c-d8f1-4221-b499-f34c0d19326e 96 2022-05-30T04:38:30.030Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-30T04:38:30.030Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-30T04:38:30.030Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:30.031Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:30.032Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:30.033Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885510030, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:30.133Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:30.134Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:30.134Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:30.152Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:30.152Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:31.033Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7f44357-b8f7-43fb-a659-4d9130b0a5c8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-30T04:38:31.033Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:38:31.033Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-30T04:38:31.227Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:38:31.227Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a7f44357-b8f7-43fb-a659-4d9130b0a5c8 20206 2022-05-30T04:38:31.228Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-30T04:38:31.228Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-30T04:38:31.228Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:38:31.228Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:31.230Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:31.230Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885511228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:38:31.330Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:31.331Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:31.331Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:31.342Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:31.343Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:32.232Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 465a7942-1936-4f65-955b-b023bc8f67ce 2022-05-30T04:38:32.233Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9019c9a5-21fd-4c5d-9edd-bef4b93b19c9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:38:32.242Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@407b100c, org.onap.sdc.toscaparser.api.parameters.Input@3723c9d0, org.onap.sdc.toscaparser.api.parameters.Input@28a3fb25, org.onap.sdc.toscaparser.api.parameters.Input@5f41d8e7, org.onap.sdc.toscaparser.api.parameters.Input@47225873] 2022-05-30T04:38:32.243Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.243Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.244Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:38:32.244Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a85de58-5ab1-4d62-a136-02ee49925989 2022-05-30T04:38:32.244Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a85de58-5ab1-4d62-a136-02ee49925989 matches Tosca VF Customization UUID: 2a85de58-5ab1-4d62-a136-02ee49925989 2022-05-30T04:38:32.244Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a85de58-5ab1-4d62-a136-02ee49925989 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:38:32.245Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.245Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a85de58-5ab1-4d62-a136-02ee49925989: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@87cad16 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fbb1bfb-88af-453d-9781-e911e4c2c4e5 2022-05-30T04:38:32.246Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fbb1bfb-88af-453d-9781-e911e4c2c4e5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:38:32.248Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.249Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-30T04:38:32.249Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a85de58-5ab1-4d62-a136-02ee49925989 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 465a7942-1936-4f65-955b-b023bc8f67ce: basic_cnf_macro 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:38:32.250Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:38:32.251Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:38:32.277Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9019c9a5-21fd-4c5d-9edd-bef4b93b19c9 2 ASDC deployResourceStructure 2022-05-30T04:38:32.278Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-30T04:38:32.278Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-30T04:38:32.278Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:38:32.278Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:32.280Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:32.280Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885512278, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:38:32.380Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:32.381Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:32.381Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:32.393Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:32.393Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:33.280Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-30T04:38:33.281Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-30T04:38:33.281Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:38:33.281Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:33.283Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:33.283Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885513280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:38:33.383Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:33.384Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:33.384Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:33.400Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:33.400Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:34.284Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-30T04:38:34.284Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-30T04:38:34.284Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-30T04:38:34.285Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:34.287Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:34.287Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885514284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:38:34.387Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:34.388Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:34.388Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:34.400Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:34.401Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:35.288Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-30T04:38:35.288Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-30T04:38:35.288Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:38:35.288Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:35.290Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:35.290Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885515288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-30T04:38:35.390Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:35.391Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:35.391Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:35.406Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:35.407Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:36.291Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-30T04:38:36.291Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-30T04:38:36.291Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-30T04:38:36.293Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:36.295Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:36.295Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885516291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:38:36.396Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-30T04:38:36.397Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:36.397Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:36.411Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:36.412Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:37.296Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:38:37.296Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-30T04:38:37.296Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:38:37.296Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:38:37.298Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:38:37.298Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885517296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:38:37.398Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:38:37.399Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:38:37.399Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:38:37.415Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:38:37.416Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:38:38.299Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cc6010-6b23-4eae-8b5d-d5c281d73233 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:38:38.308Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cc6010-6b23-4eae-8b5d-d5c281d73233 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:38:38.312Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:38:38.316Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:39:08.316Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39cc6010-6b23-4eae-8b5d-d5c281d73233 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:39:08.322Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39cc6010-6b23-4eae-8b5d-d5c281d73233 and serviceModelVersionId: 465a7942-1936-4f65-955b-b023bc8f67ce 2022-05-30T04:39:08.323Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dec7ca09-23ca-48d5-a2da-297f587e5984 2022-05-30T04:39:08.323Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0 2022-05-30T04:39:08.327Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:39:08.347Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0|INFO|500||Invoke 2022-05-30T04:39:08.348Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39cc6010-6b23-4eae-8b5d-d5c281d73233], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[557f73ca-debd-4562-8c70-2964101c3632], X-ECOMP-RequestID=[39cc6010-6b23-4eae-8b5d-d5c281d73233], X-TransactionId=[], X-ONAP-RequestID=[39cc6010-6b23-4eae-8b5d-d5c281d73233], Content-Type=[application/merge-patch+json]} 2022-05-30T04:39:08.365Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:39:08.724Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?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/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-04:39:07:333-53757], vertex-id=[254008], Content-Length=[0], Date=[Mon, 30 May 2022 04:39:07 GMT], Content-Type=[application/json]} 2022-05-30T04:39:08.724Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:39:08.725Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec7ca09-23ca-48d5-a2da-297f587e5984/model-vers/model-ver/465a7942-1936-4f65-955b-b023bc8f67ce?depth=0|INFO|500||InvokeReturn 2022-05-30T04:39:08.725Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:39:08.725Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:39:08.731Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:39:08.732Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39cc6010-6b23-4eae-8b5d-d5c281d73233 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:39:08.732Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:39:08.732Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:08.734Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:08.734Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885548732, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:39:08.834Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:08.835Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:08.835Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:08.849Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:08.849Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:39:09.746Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:39:09.746Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e23204d9-4b00-4997-b0aa-2b3ab8eda96f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e733ac31-42ee-4b21-b947-1327b6e35d05","serviceDescription":"service","serviceInvariantUUID":"5bb84674-f5fa-45a8-aafc-c65e51effaf6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f382cb9-39f5-43d2-89d6-910f9b8e72b1","resourceInvariantUUID":"de3c8f77-beff-452c-a36f-1c43d8013f29","resourceCustomizationUUID":"43a19c00-e8b4-4904-a33d-3077501de63a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"664ebdfb-4a05-4560-9739-cf7d0e2fa381","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZTkwY2NjNGIzZjIyNjI5NjNkYjgzZGQ3OGUzMDQwNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec0e3037-e1d0-41da-9509-aa9b81d0d72f","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGQ1OTQwNTZlNTg1NmFlNmJmODJmNzRiMTVhYzI1NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4828e88f-b6d5-42f7-9418-ed6a2c4e57a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57e94794-be2c-4cd6-ad7c-275654269d50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25b2fc2d-2c98-4f13-8773-271aad93b441","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63ab184c-156a-45ef-a5fb-2096dc1bc65e","artifactVersion":"2","generatedFromUUID":"57e94794-be2c-4cd6-ad7c-275654269d50"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGY1NmQ1OTJkOTdmNGRjYWIyZDYzNjljZjNmZThjMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3df03b4d-29c3-4827-9778-8c2dd42669c2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDM2NWY4MDdlZmY4NTNhZTg0NGFmNTg2MWE4MDNhYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ef5c1f1-349f-484d-8bc9-fdaa95598b31","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:39:09.746Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:09.746Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:09.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:09.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:09.848Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:09.849Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:09.849Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:09.868Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:09.868Z||pool-145-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:39:10.748Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:10.749Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:10.750Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:10.750Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:10.850Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:10.851Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:10.851Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:10.864Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:10.865Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:11.751Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:11.751Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:11.753Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:11.753Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:39:11.853Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:39:11.853Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:11.854Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:11.868Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:11.868Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:12.753Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:12.754Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:12.756Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:12.756Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:39:12.856Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:12.857Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:12.857Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:12.872Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:12.873Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:13.757Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:13.757Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:13.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:13.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:13.859Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:13.859Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:13.860Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:13.876Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:13.876Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:39:14.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:14.759Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:14.761Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:14.761Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:39:14.861Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:14.861Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:14.861Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:14.877Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:14.877Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:15.761Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:15.762Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:15.764Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:15.764Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:15.863Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:39:15.864Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:15.864Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:15.880Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:15.881Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:16.764Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:16.765Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:16.767Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:16.767Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:39:16.866Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-30T04:39:16.867Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:16.867Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:16.900Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:16.901Z||pool-152-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:39:17.768Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "e733ac31-42ee-4b21-b947-1327b6e35d05", "serviceDescription": "service", "serviceInvariantUUID": "5bb84674-f5fa-45a8-aafc-c65e51effaf6", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "43a19c00-e8b4-4904-a33d-3077501de63a", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9f382cb9-39f5-43d2-89d6-910f9b8e72b1", "resourceInvariantUUID": "de3c8f77-beff-452c-a36f-1c43d8013f29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "OGQ1OTQwNTZlNTg1NmFlNmJmODJmNzRiMTVhYzI1NjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4828e88f-b6d5-42f7-9418-ed6a2c4e57a6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "57e94794-be2c-4cd6-ad7c-275654269d50", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63ab184c-156a-45ef-a5fb-2096dc1bc65e", "generatedFromUUID": "57e94794-be2c-4cd6-ad7c-275654269d50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63ab184c-156a-45ef-a5fb-2096dc1bc65e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NDM2NWY4MDdlZmY4NTNhZTg0NGFmNTg2MWE4MDNhYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ef5c1f1-349f-484d-8bc9-fdaa95598b31" } ], "workloadContext": "Production" } 2022-05-30T04:39:17.769Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:39:17.769Z|39cc6010-6b23-4eae-8b5d-d5c281d73233|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e733ac31-42ee-4b21-b947-1327b6e35d05 ASDC 2022-05-30T04:39:17.770Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e23204d9-4b00-4997-b0aa-2b3ab8eda96f ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:e733ac31-42ee-4b21-b947-1327b6e35d05 ServiceInvariantUUID:5bb84674-f5fa-45a8-aafc-c65e51effaf6 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:4ef5c1f1-349f-484d-8bc9-fdaa95598b31 ArtifactChecksum:NDM2NWY4MDdlZmY4NTNhZTg0NGFmNTg2MWE4MDNhYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:43a19c00-e8b4-4904-a33d-3077501de63a ResourceInvariantUUID:de3c8f77-beff-452c-a36f-1c43d8013f29 ResourceName:basicclamp ResourceType:VF ResourceUUID:9f382cb9-39f5-43d2-89d6-910f9b8e72b1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:4828e88f-b6d5-42f7-9418-ed6a2c4e57a6 ArtifactChecksum:OGQ1OTQwNTZlNTg1NmFlNmJmODJmNzRiMTVhYzI1NjE= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:57e94794-be2c-4cd6-ad7c-275654269d50 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:63ab184c-156a-45ef-a5fb-2096dc1bc65e 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:63ab184c-156a-45ef-a5fb-2096dc1bc65e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-30T04:39:17.770Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e733ac31-42ee-4b21-b947-1327b6e35d05 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:39:17.802Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:39:17.803Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:39:17.803Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:39:17.803Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ef5c1f1-349f-484d-8bc9-fdaa95598b31 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-30T04:39:17.804Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:39:17.804Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-30T04:39:19.037Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:39:19.041Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 4ef5c1f1-349f-484d-8bc9-fdaa95598b31 73671 2022-05-30T04:39:19.041Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-30T04:39:19.041Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-30T04:39:19.041Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:39:19.042Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:19.043Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:19.043Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885559041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:39:19.143Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:19.144Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:19.144Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:19.170Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:19.171Z||pool-153-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:20.044Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:39:20.044Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:39:20.045Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ef5c1f1-349f-484d-8bc9-fdaa95598b31, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.045Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-30T04:39:20.045Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.045Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.136Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9461766454082710758/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||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-Basicclamp-csar.csar 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||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-Basicclamp-csar.csar 2022-05-30T04:39:20.830Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||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-Basicclamp-csar.csar 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.831Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:20.832Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18d56b8b-e881-4be6-ae5f-079c2a990755 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.833Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.834Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.834Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.834Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:20.834Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:20.834Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:e733ac31-42ee-4b21-b947-1327b6e35d05 Model Version:NULL Model InvariantUuid:5bb84674-f5fa-45a8-aafc-c65e51effaf6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ba76da60-9b9e-4822-9fbb-e62d8968c52b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de3c8f77-beff-452c-a36f-1c43d8013f29 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:43a19c00-e8b4-4904-a33d-3077501de63a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9e7a73da-c4c9-44e6-9628-dc4a55022049 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4ab04352-bef3-4814-8082-281d167bdaa7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18d56b8b-e881-4be6-ae5f-079c2a990755 ModelInvariantUuid:42d37309-8704-49fa-8f99-f906cd41cb5e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:9d391e5d-163c-4b6c-8d90-d32aab192c0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a96e3234-f132-4790-8812-3e57ac4001c7 ModelInvariantUuid:d515a878-89f3-492b-b6b9-670f84f0eab2 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:4cb3263c-268c-4336-a34b-7f13d10b4ca2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:39:20.838Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f382cb9-39f5-43d2-89d6-910f9b8e72b1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:39:20.840Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||basicclamp 0 2022-05-30T04:39:20.840Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f382cb9-39f5-43d2-89d6-910f9b8e72b1 2022-05-30T04:39:20.841Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4828e88f-b6d5-42f7-9418-ed6a2c4e57a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-30T04:39:20.841Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:39:20.841Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-30T04:39:21.146Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:39:21.146Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4828e88f-b6d5-42f7-9418-ed6a2c4e57a6 790 2022-05-30T04:39:21.147Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-30T04:39:21.147Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-30T04:39:21.147Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:39:21.147Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:21.149Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:21.150Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885561147, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:39:21.249Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:39:21.250Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:21.250Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:21.278Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:21.279Z||pool-154-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:22.150Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9e7a73da-c4c9-44e6-9628-dc4a55022049", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ab04352-bef3-4814-8082-281d167bdaa7", "vfModuleModelCustomizationUUID": "c33d016d-1bf8-4e6e-a426-c8d63ed4acd2", "isBase": true, "artifacts": [ "57e94794-be2c-4cd6-ad7c-275654269d50", "63ab184c-156a-45ef-a5fb-2096dc1bc65e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:39:22.153Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ab04352-bef3-4814-8082-281d167bdaa7 VfModuleModelInvariantUUID:9e7a73da-c4c9-44e6-9628-dc4a55022049 VfModuleModelDescription:NULL Artifacts UUID List:{ 57e94794-be2c-4cd6-ad7c-275654269d50 , 63ab184c-156a-45ef-a5fb-2096dc1bc65e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:39:22.155Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9e7a73da-c4c9-44e6-9628-dc4a55022049", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ab04352-bef3-4814-8082-281d167bdaa7", "vfModuleModelCustomizationUUID": "c33d016d-1bf8-4e6e-a426-c8d63ed4acd2", "isBase": true, "artifacts": [ "57e94794-be2c-4cd6-ad7c-275654269d50", "63ab184c-156a-45ef-a5fb-2096dc1bc65e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-30T04:39:22.155Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ab04352-bef3-4814-8082-281d167bdaa7 VfModuleModelInvariantUUID:9e7a73da-c4c9-44e6-9628-dc4a55022049 VfModuleModelDescription:NULL Artifacts UUID List:{ 57e94794-be2c-4cd6-ad7c-275654269d50 , 63ab184c-156a-45ef-a5fb-2096dc1bc65e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-30T04:39:22.155Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57e94794-be2c-4cd6-ad7c-275654269d50 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-30T04:39:22.156Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:39:22.156Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-30T04:39:22.219Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:39:22.220Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 57e94794-be2c-4cd6-ad7c-275654269d50 5033 2022-05-30T04:39:22.220Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-30T04:39:22.220Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-30T04:39:22.221Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:39:22.221Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:22.223Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:22.223Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885562220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:39:22.323Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:22.324Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:22.324Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:22.340Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:22.340Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:39:23.224Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63ab184c-156a-45ef-a5fb-2096dc1bc65e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-30T04:39:23.224Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:39:23.224Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-30T04:39:23.290Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:39:23.291Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 63ab184c-156a-45ef-a5fb-2096dc1bc65e 909 2022-05-30T04:39:23.291Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-30T04:39:23.291Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-30T04:39:23.291Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:39:23.291Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:23.293Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:23.293Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885563291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:39:23.393Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:23.394Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-30T04:39:23.394Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:23.415Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:23.415Z||pool-156-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:39:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:39:24.015Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:24.044Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:24.045Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.045Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df1faf63-3080-4425-9c60-93b78b53c685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885493504, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.046Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.047Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:39:24.048Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:39:24.293Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e733ac31-42ee-4b21-b947-1327b6e35d05 2022-05-30T04:39:24.294Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9f382cb9-39f5-43d2-89d6-910f9b8e72b1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:39:24.307Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1830db9a, org.onap.sdc.toscaparser.api.parameters.Input@fde7992, org.onap.sdc.toscaparser.api.parameters.Input@4cb08731, org.onap.sdc.toscaparser.api.parameters.Input@20693cad, org.onap.sdc.toscaparser.api.parameters.Input@3e9bdf31] 2022-05-30T04:39:24.308Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.308Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.309Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-30T04:39:24.309Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 43a19c00-e8b4-4904-a33d-3077501de63a 2022-05-30T04:39:24.309Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43a19c00-e8b4-4904-a33d-3077501de63a matches Tosca VF Customization UUID: 43a19c00-e8b4-4904-a33d-3077501de63a 2022-05-30T04:39:24.309Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 43a19c00-e8b4-4904-a33d-3077501de63a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-30T04:39:24.310Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.311Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.311Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 43a19c00-e8b4-4904-a33d-3077501de63a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-30T04:39:24.312Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63517446 2022-05-30T04:39:24.312Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.312Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-30T04:39:24.312Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c33d016d-1bf8-4e6e-a426-c8d63ed4acd2 2022-05-30T04:39:24.312Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c33d016d-1bf8-4e6e-a426-c8d63ed4acd2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-30T04:39:24.314Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-30T04:39:24.315Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-30T04:39:24.315Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18d56b8b-e881-4be6-ae5f-079c2a990755 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-30T04:39:24.316Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.316Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:24.316Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-30T04:39:24.316Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.316Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-30T04:39:24.317Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=43a19c00-e8b4-4904-a33d-3077501de63a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e733ac31-42ee-4b21-b947-1327b6e35d05: basicclamp 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.318Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.319Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.319Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:39:24.319Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:39:24.319Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-30T04:39:24.385Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9f382cb9-39f5-43d2-89d6-910f9b8e72b1 1 ASDC deployResourceStructure 2022-05-30T04:39:24.385Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-30T04:39:24.385Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-30T04:39:24.385Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:39:24.385Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:24.387Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:24.387Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885564385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:39:24.487Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:24.488Z||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-05-30T04:39:24.488Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:24.503Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:24.503Z||pool-157-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:25.388Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-30T04:39:25.389Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-30T04:39:25.389Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:39:25.389Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:25.391Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:25.391Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885565388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:39:25.491Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:39:25.492Z||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-05-30T04:39:25.492Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:25.507Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:25.507Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:26.392Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-30T04:39:26.392Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-30T04:39:26.392Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:39:26.393Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:26.395Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:26.395Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885566392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-30T04:39:26.495Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:26.496Z||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-05-30T04:39:26.496Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:26.530Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:26.531Z||pool-159-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:39:27.396Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-30T04:39:27.396Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-30T04:39:27.396Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:39:27.396Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:27.398Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:27.398Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885567396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:39:27.498Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:27.499Z||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-05-30T04:39:27.499Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:27.604Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:27.605Z||pool-160-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:39:28.399Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e23204d9-4b00-4997-b0aa-2b3ab8eda96f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:39:28.410Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e23204d9-4b00-4997-b0aa-2b3ab8eda96f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:39:28.412Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:39:28.412Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:39:28.412Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:39:28.412Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:39:28.412Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:39:28.413Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:39:28.413Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-30T04:39:28.413Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:39:28.417Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:39:58.417Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e23204d9-4b00-4997-b0aa-2b3ab8eda96f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:39:58.427Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e23204d9-4b00-4997-b0aa-2b3ab8eda96f and serviceModelVersionId: e733ac31-42ee-4b21-b947-1327b6e35d05 2022-05-30T04:39:58.427Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bb84674-f5fa-45a8-aafc-c65e51effaf6 2022-05-30T04:39:58.428Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0 2022-05-30T04:39:58.432Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:39:58.450Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-30T04:39:58.451Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0|INFO|500||Invoke 2022-05-30T04:39:58.472Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-30T04:39:58.546Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0|INFO|500||InvokeReturn 2022-05-30T04:39:58.548Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bb84674-f5fa-45a8-aafc-c65e51effaf6/model-vers/model-ver/e733ac31-42ee-4b21-b947-1327b6e35d05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-04:39:57:441-71243], vertex-id=[229472], Content-Length=[0], Date=[Mon, 30 May 2022 04:39:57 GMT], Content-Type=[application/json]} 2022-05-30T04:39:58.548Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:39:58.549Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:39:58.549Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:39:58.553Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:39:58.554Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e23204d9-4b00-4997-b0aa-2b3ab8eda96f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-30T04:39:58.554Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:39:58.554Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:58.557Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:58.557Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885598554, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-30T04:39:58.657Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:39:58.658Z||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-05-30T04:39:58.658Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:58.674Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:58.675Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:39:59.567Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-30T04:39:59.568Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"044cdd92-3a3c-47f9-8159-66e34f195591","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3e662cc9-1fac-4f18-9125-742ea4ce11bf","serviceDescription":"service","serviceInvariantUUID":"16800557-5519-4f5c-a394-8f7271fbd8d0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4574cdb8-c81b-4ad5-9543-2c2d2a7318a6","resourceInvariantUUID":"fc0de736-7c0f-4673-816c-70e3a0805e87","resourceCustomizationUUID":"203a2f41-b703-4aa8-9435-dff38583b0f0","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":"MzNmZGIzNWZhMDg5NTEyODFlNTQyN2JiMmE2OTZkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc465e49-01f0-4fa5-9584-ee2f1ad9ffbc","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":"2c1f6f91-e4f2-4b92-b5d1-606f11b54d7a","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":"67f0b767-25d9-4ff4-8fe3-3a5998ddf0bb","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":"Mjk3M2FmYmY4ZDU5OWVjNTRiYjFkMDA0ZDRkNjdkYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"848d3376-b9ed-4ef6-878b-dc9a7f62e5c6","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":"8b642125-a3b8-485c-9d2b-02426461adee","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":"3ae8c51c-e29f-4026-8d7b-e338200eb8b1","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":"5216de69-3922-4385-bb0b-3a44f3fcc711","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":"YTRhNzFhYWNiZDI0MTcxNDJlMzJhZmVjMGEzMWU1OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe0d93a9-0e44-4d41-baa5-a8860a658e41","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2JlODVkZDE3ZWFjNTRkOTk4ODVlMTE2YTBhYzkzNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8808fa55-771e-46dc-a9ce-8e2e7b8a5337","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-30T04:39:59.568Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:39:59.568Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:39:59.570Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:39:59.570Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:39:59.670Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:39:59.670Z||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-05-30T04:39:59.670Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:39:59.684Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:39:59.684Z||pool-162-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:40:00.570Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:00.571Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:00.573Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:00.573Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:00.673Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:00.674Z||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-05-30T04:40:00.674Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:00.691Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:00.692Z||pool-163-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:01.574Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:01.575Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:01.577Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:01.577Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:01.677Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:01.677Z||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-05-30T04:40:01.678Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:01.694Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:01.694Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:02.578Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:02.578Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:02.581Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:02.581Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:02.680Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:40:02.681Z||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-05-30T04:40:02.681Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:02.701Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:02.701Z||pool-165-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:03.582Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:03.582Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:03.584Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:03.584Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:03.685Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:03.685Z||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-05-30T04:40:03.686Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:03.701Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:03.702Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:04.585Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:04.585Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:04.587Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:04.587Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:04.687Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:04.688Z||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-05-30T04:40:04.688Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:04.707Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:04.708Z||pool-167-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:05.587Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:05.588Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:05.590Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:05.590Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:05.690Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:05.690Z||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-05-30T04:40:05.691Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:05.709Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:05.710Z||pool-168-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:06.590Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:06.591Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:06.594Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:06.594Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:06.694Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:40:06.694Z||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-05-30T04:40:06.695Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:06.716Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:06.716Z||pool-169-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:07.594Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-30T04:40:07.595Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:07.597Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:07.597Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:40:07.697Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:40:07.698Z||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-05-30T04:40:07.698Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:07.715Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:07.715Z||pool-170-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-30T04:40:08.598Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "3e662cc9-1fac-4f18-9125-742ea4ce11bf", "serviceDescription": "service", "serviceInvariantUUID": "16800557-5519-4f5c-a394-8f7271fbd8d0", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "203a2f41-b703-4aa8-9435-dff38583b0f0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4574cdb8-c81b-4ad5-9543-2c2d2a7318a6", "resourceInvariantUUID": "fc0de736-7c0f-4673-816c-70e3a0805e87", "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": "Y2JlODVkZDE3ZWFjNTRkOTk4ODVlMTE2YTBhYzkzNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8808fa55-771e-46dc-a9ce-8e2e7b8a5337" } ], "workloadContext": "Production" } 2022-05-30T04:40:08.598Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-30T04:40:08.598Z|e23204d9-4b00-4997-b0aa-2b3ab8eda96f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e662cc9-1fac-4f18-9125-742ea4ce11bf ASDC 2022-05-30T04:40:08.599Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:044cdd92-3a3c-47f9-8159-66e34f195591 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:3e662cc9-1fac-4f18-9125-742ea4ce11bf ServiceInvariantUUID:16800557-5519-4f5c-a394-8f7271fbd8d0 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:8808fa55-771e-46dc-a9ce-8e2e7b8a5337 ArtifactChecksum:Y2JlODVkZDE3ZWFjNTRkOTk4ODVlMTE2YTBhYzkzNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:203a2f41-b703-4aa8-9435-dff38583b0f0 ResourceInvariantUUID:fc0de736-7c0f-4673-816c-70e3a0805e87 ResourceName:test-pnf ResourceType:PNF ResourceUUID:4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-30T04:40:08.599Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e662cc9-1fac-4f18-9125-742ea4ce11bf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:40:08.631Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:40:08.631Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:40:08.632Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:40:08.632Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8808fa55-771e-46dc-a9ce-8e2e7b8a5337 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-30T04:40:08.632Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-30T04:40:08.632Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-30T04:40:09.515Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-30T04:40:09.522Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8808fa55-771e-46dc-a9ce-8e2e7b8a5337 105665 2022-05-30T04:40:09.523Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:40:09.523Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-30T04:40:09.523Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-30T04:40:09.523Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:09.526Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:09.526Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885609523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:09.625Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-30T04:40:09.626Z||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-05-30T04:40:09.626Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:09.644Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:09.645Z||pool-171-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:40:10.526Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-30T04:40:10.527Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-30T04:40:10.528Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8808fa55-771e-46dc-a9ce-8e2e7b8a5337, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:10.528Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-30T04:40:10.528Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:10.529Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:10.613Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8839394360079301482/Definitions/service-TestPnfMacro-template.yml 2022-05-30T04:40:11.053Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-30T04:40:11.053Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:40:11.053Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-30T04:40:11.054Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.055Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:3e662cc9-1fac-4f18-9125-742ea4ce11bf Model Version:NULL Model InvariantUuid:16800557-5519-4f5c-a394-8f7271fbd8d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-30T04:40:11.074Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:40:11.080Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-05-30T04:40:11.080Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 2022-05-30T04:40:11.080Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3e662cc9-1fac-4f18-9125-742ea4ce11bf 2022-05-30T04:40:11.080Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3e662cc9-1fac-4f18-9125-742ea4ce11bf 2022-05-30T04:40:11.080Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:40:11.094Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f851665, org.onap.sdc.toscaparser.api.parameters.Input@11c33a11, org.onap.sdc.toscaparser.api.parameters.Input@2fbb45c8, org.onap.sdc.toscaparser.api.parameters.Input@11fbc540, org.onap.sdc.toscaparser.api.parameters.Input@568acf24] 2022-05-30T04:40:11.094Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.094Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.094Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3e662cc9-1fac-4f18-9125-742ea4ce11bf: test-pnf 2022-05-30T04:40:11.094Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Processing PNF resource: 4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 2022-05-30T04:40:11.095Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-30T04:40:11.095Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-30T04:40:11.095Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||Resource customization UUID: 203a2f41-b703-4aa8-9435-dff38583b0f0 is the same as notified resource customizationUUID: 203a2f41-b703-4aa8-9435-dff38583b0f0 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-30T04:40:11.159Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4574cdb8-c81b-4ad5-9543-2c2d2a7318a6 0 ASDC deployResourceStructure 2022-05-30T04:40:11.160Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-30T04:40:11.160Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-30T04:40:11.160Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-30T04:40:11.160Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:11.171Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:11.172Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885611160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:40:11.262Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-05-30T04:40:11.262Z||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-05-30T04:40:11.262Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:11.285Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:11.285Z||pool-172-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-05-30T04:40:12.172Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 044cdd92-3a3c-47f9-8159-66e34f195591 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:40:12.185Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 044cdd92-3a3c-47f9-8159-66e34f195591 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-30T04:40:12.187Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-30T04:40:12.191Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-30T04:40:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:40:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:40:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:24.033Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885504828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885506747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.034Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885507834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885508940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885510030, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885511228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885512278, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885513280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885514284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885515288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885516291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.035Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885517296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cc6010-6b23-4eae-8b5d-d5c281d73233", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885548732, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.036Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885559041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885561147, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885562220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885563291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-30T04:40:24.037Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:40:42.192Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 044cdd92-3a3c-47f9-8159-66e34f195591 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-30T04:40:42.199Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 044cdd92-3a3c-47f9-8159-66e34f195591 and serviceModelVersionId: 3e662cc9-1fac-4f18-9125-742ea4ce11bf 2022-05-30T04:40:42.199Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16800557-5519-4f5c-a394-8f7271fbd8d0 2022-05-30T04:40:42.200Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0 2022-05-30T04:40:42.205Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-30T04:40:42.223Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-30T04:40:42.225Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0|INFO|500||Invoke 2022-05-30T04:40:42.237Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-30T04:40:42.701Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0|INFO|500||InvokeReturn 2022-05-30T04:40:42.701Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16800557-5519-4f5c-a394-8f7271fbd8d0/model-vers/model-ver/3e662cc9-1fac-4f18-9125-742ea4ce11bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-04:40:41:205-35402], vertex-id=[200840], Content-Length=[0], Date=[Mon, 30 May 2022 04:40:41 GMT], Content-Type=[application/json]} 2022-05-30T04:40:42.701Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-30T04:40:42.702Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-30T04:40:42.702Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-30T04:40:42.707Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-30T04:40:42.707Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 044cdd92-3a3c-47f9-8159-66e34f195591 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-30T04:40:42.707Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-30T04:40:42.707Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-30T04:40:42.709Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-30T04:40:42.709Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885642707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:40:42.809Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-30T04:40:42.810Z||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-05-30T04:40:42.810Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:42.834Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:42.835Z||pool-173-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-30T04:40:43.725Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:40:43.725Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:40:43.725Z|044cdd92-3a3c-47f9-8159-66e34f195591|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:40:54.044Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:40:54.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:40:54.048Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:40:54.049Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:03.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:03.613Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:03.614Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:13.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:13.238Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:13.239Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:13.239Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:22.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:22.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:22.791Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:22.791Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:24.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:24.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:41:24.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885564385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-30T04:41:24.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:41:32.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:32.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:32.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:32.337Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:41.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:41:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:41:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:41:41.880Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:41:51.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:42:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:42:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:42:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:42:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:42:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:42:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:42:24.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885565388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885566392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885567396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e23204d9-4b00-4997-b0aa-2b3ab8eda96f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885598554, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885264012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885609523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885611160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-30T04:42:24.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:42:33.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:43:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:43:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:43:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:43:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:43:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:43:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:43:24.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:43:24.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-30T04:43:24.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "044cdd92-3a3c-47f9-8159-66e34f195591", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653885642707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-30T04:43:24.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-30T04:43:33.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:44:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:44:24.012Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:44:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:44:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:44:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:44:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:44:33.565Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:44:33.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:45:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:45:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:45:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:45:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:45:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:45:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:45:33.571Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:45:33.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:46:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:46:24.012Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:46:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:46:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:46:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:46:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:46:33.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:46:33.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:47:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:47:24.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:47:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:47:24.013Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:47:24.014Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:47:24.014Z|044cdd92-3a3c-47f9-8159-66e34f195591|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:47:33.564Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:47:33.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:48:24.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:48:24.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:48:24.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:48:24.013Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:48:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:48:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:48:33.575Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:48:33.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:49:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:49:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:49:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:49:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:49:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:49:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:49:33.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:49:33.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:50:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:50:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:50:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:50:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:50:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:50:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:50:33.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:50:33.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:51:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:51:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:51:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:51:24.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:51:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:51:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:51:33.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:51:33.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:52:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:52:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:52:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:52:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:52:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:52:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:52:33.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:52:33.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:53:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:53:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:53:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:53:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:53:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:53:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:53:33.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:53:33.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:54:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:54:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:54:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:54:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:54:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:54:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:54:33.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:54:33.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:55:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:55:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:55:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:55:24.013Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:55:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:55:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:55:33.558Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:55:33.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:56:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:56:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:56:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:56:24.013Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:56:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:56:24.014Z|f6d12018-9568-4f35-96a7-b462b5ea9252|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:56:33.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:56:33.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:57:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:57:24.014Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:57:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:57:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:57:24.014Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:57:24.014Z|044cdd92-3a3c-47f9-8159-66e34f195591|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:57:33.562Z|044cdd92-3a3c-47f9-8159-66e34f195591|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:57:33.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:58:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:58:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:58:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:58:24.013Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:58:24.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:58:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:58:33.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:58:33.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:59:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:59:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:59:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:59:24.013Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T04:59:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T04:59:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T04:59:33.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T04:59:33.592Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:00:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:00:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:00:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:00:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:00:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:00:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:00:33.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:00:33.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:01:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:01:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:01:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:01:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:01:24.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:01:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:01:33.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:01:33.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:02:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:02:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:02:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:02:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:02:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:02:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:02:33.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:02:33.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:03:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:03:24.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:03:24.012Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:03:24.013Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:03:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:03:24.014Z|488c19f7-343e-4aef-b42b-340d7baa453f|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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:03:33.562Z|488c19f7-343e-4aef-b42b-340d7baa453f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:03:33.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:04:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:04:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:04:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:04:24.013Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:04:24.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:04:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:04:33.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:04:33.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:05:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:05:24.013Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:05:24.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:05:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:05:24.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:05:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:05:33.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:05:33.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:06:24.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:06:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-30T05:06:24.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:06:24.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-30T05:06:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:06:24.014Z||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 Yjhiu5d2ZxmJTQjU) ... 2022-05-30T05:06:33.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-30T05:06:33.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK